127.0.0.1).When the user actively clicks the 🟢 button on a page, the extension will:
| Data type | Purpose | Where stored |
|---|---|---|
| URL of the web page the user is viewing | Send this URL to the MAVA-EcomOS application running on the user's own computer, so the user can reference and manage their own links inside their local application. | Transmitted only via loopback 127.0.0.1; not persisted in the browser after sending. |
User-configured API URL (default http://127.0.0.1:6868) |
Lets the extension know which endpoint of the local MAVA-EcomOS application to send URLs to. | chrome.storage.local — stored on the user's device, not synced to Google, not sent externally. |
| List of labels the user has pre-configured inside the local MAVA-EcomOS application | Display a dropdown so the user can pick a destination label when sending a URL. | Fetched real-time from the local application; not cached, not stored by the extension. |
The extension DOES NOT collect: personal information (name, email, phone number), browsing history, authentication cookies, page contents, passwords, payment data, or any other sensitive data.
| Permission | Reason |
|---|---|
storage | Persist the API endpoint URL the user enters (default http://127.0.0.1:6868) across browser sessions. |
host_permissions for 127.0.0.1, localhost | Call the REST API of the MAVA-EcomOS application running on the user's own computer (loopback). |
host_permissions for *.tiktok.com, *.instagram.com, *.facebook.com, *.youtube.com | Display the 🟢 button in a corner of the page so the user can click to send the current URL to their local application. The extension only inserts one button into the DOM — it does not collect data, does not read cookies, does not modify page content. |
No. The extension DOES NOT send any data to third parties. All information (URLs the user actively chooses to send, label lists) is transmitted only between the extension in the browser and the MAVA-EcomOS desktop application running on the same machine (via loopback 127.0.0.1). No data leaves the user's machine through this extension.
Never. The extension DOES NOT sell or rent user data. It DOES NOT use data for advertising, behavioural analytics, or any purpose other than sending URLs to the local MAVA-EcomOS application at the user's direct request.
The extension DOES NOT load or execute remote source code. All JavaScript is bundled in the .zip distributed through the Chrome Web Store. We do not use eval(), import() from remote URLs, or any mechanism that dynamically loads code from the Internet.
Because the extension communicates only with a local application on the user's own machine (via 127.0.0.1), no data passes over the Internet through the extension. The user retains full control over the MAVA-EcomOS application running on their machine.
chrome.storage.local.chrome://extensions/ and toggle off MAVA Tools Multi-platform Video.The extension is not directed at users under 13 and does not knowingly collect information from children.
We may update this policy as the extension's features evolve. Any updates will be published on this page; the "Last updated" date at the top will reflect the current revision.
For any questions about this policy, please contact: