mirror of
https://github.com/GetOpenScript/OpenScript.git
synced 2026-09-18 09:45:43 +00:00
1.4 KiB
1.4 KiB
Privacy Policy for OpenScript
Last updated: September 8, 2026
OpenScript is an open-source browser extension designed with a strict privacy-first architecture.
1. Data Collection
OpenScript does not collect, store, transmit, or sell any personal information, browsing history, analytics, or user telemetry.
2. Local & Synced Storage
- User Scripts: Script names, code, and configurations are stored solely on your device using Chrome's
chrome.storage.localAPI. - Environment Secrets: Variables and API tokens you add are stored via
chrome.storage.syncand are only synchronized across your own browser sessions using your authenticated Google account. OpenScript has no access to external servers or databases.
3. Permissions Justification
userScripts: Used exclusively to register and execute user-defined scripts inside pages you visit matching your@matchrules.storage&unlimitedStorage: Used exclusively to save your scripts and secrets on your local machine.- Host Permissions (
*://*/*): Used solely to allow scripts to run on URLs specified in the user scripts you configure.
4. Third-Party Sharing
OpenScript does not share, transfer, or sell user data to any third party under any circumstances.
5. Open Source & Contact
OpenScript is 100% open source. You can inspect the source code or contact the maintainers at: https://github.com/GetOpenScript/OpenScript