WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Make Proxy Simple Switcher

Make Proxy Simple Switcher

View on Chrome Web Store
View Make Proxy Simple Switcher Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Proxy Switcher: Fast IP change, blocks WebRTC, ads, sets geo, fingerprint, and User Agent.
Type
Extension
Users
358 users
3
makeproxysimple
View author page of makeproxysimple
Published
Published on October 3, 2025
Version 1.0.0.3
Manifest version
3
Updated
Updated on October 29, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Make Proxy Simple Switcher 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",
    "short_name": "Make Proxy Simple",
    "name": "Make Proxy Simple Switcher",
    "description": "Proxy Switcher: Fast IP change, blocks WebRTC, ads, sets geo, fingerprint, and User Agent.",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.0.3",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Make Proxy Simple Switcher"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "scripting",
        "proxy",
        "webRequest",
        "webRequestAuthProvider",
        "storage",
        "browsingData",
        "declarativeNetRequest",
        "privacy"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "flags\/*",
                "pages\/*",
                "fonts\/*",
                "images\/*",
                "scripts\/*",
                "gifs\/*",
                "libs\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' "
    },
    "background": {
        "service_worker": "background\/index.js"
    }
}
© 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