WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Online Privacy-Protected Synthesizer (OPPS)

Online Privacy-Protected Synthesizer (OPPS)

View on Chrome Web Store
View Online Privacy-Protected Synthesizer (OPPS) Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (4 ratings)
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

OPPS: A non-profit, privacy-focused extension by Washington University & Boston University, ensuring secure, anonymous web research.
Type
Extension
Users
38 users
1
sambuxbaum
View author page of sambuxbaum
Published
Published on July 11, 2024
Version 1.2.1
Manifest version
3
Updated
Updated on December 20, 2024
make_chrome_yours/privacy
Extension Category
View on Chrome Web Store
View Online Privacy-Protected Synthesizer (OPPS) Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Online Privacy-Protected Synthesizer (OPPS)",
    "version": "1.2.1",
    "description": "OPPS: A non-profit, privacy-focused extension by Washington University & Boston University, ensuring secure, anonymous web research.",
    "permissions": [
        "storage",
        "history",
        "webRequest"
    ],
    "host_permissions": [
        "<all_urls>",
        "*:\/\/*.op-ps-data.org\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "topURLs.json",
                "socialMediaDomains.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top