WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Privacy Extension

Privacy Extension

View on Chrome Web Store
View Privacy Extension Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (4 ratings)
6 views
This extension has been viewed 6 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.

Provides Privacy for Chrome
Type
Extension
Users
619 users
12
Martin Springwald
View author page of Martin Springwald
Published
Published on August 9, 2014
Version 1.1
Manifest version
2
Updated
Updated on June 15, 2015
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Privacy Extension 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",
    "author": "Martin Springwald",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/small.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "description": "__MSG_info_description__",
    "homepage_url": "http:\/\/github.com\/marspr\/privacy-extension-chrome",
    "icons": {
        "32": "images\/small.png",
        "48": "images\/medium.png",
        "128": "images\/medium.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "26",
    "name": "Privacy Extension",
    "options_page": "html\/options.html",
    "permissions": [
        "cookies",
        "contentSettings",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/"
    ],
    "version": "1.1"
}
© 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