WebExtension.net
Toggle dark mode
WebExtension.net

FoxyProxy

View on Chrome Web Store
View FoxyProxy Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (776 ratings)
1 new ratings
11 views
This extension has been viewed 11 times

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

Easy to use advanced Proxy Management tool for everyone
Type
Extension
Users
400,000 users
100K
FoxyProxy
View author page of FoxyProxy
Published
Published on August 11, 2012
Version 8.10
Manifest version
3
Updated
Updated on January 27, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View FoxyProxy 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": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "8.10",
    "default_locale": "en",
    "homepage_url": "https:\/\/getfoxyproxy.org\/",
    "author": "Eric Jung",
    "icons": {
        "16": "image\/icon.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "background": {
        "service_worker": "content\/background.js",
        "type": "module"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "content\/options.html"
    },
    "action": {
        "default_icon": {
            "16": "image\/icon.png",
            "32": "image\/icon32.png"
        },
        "default_popup": "content\/popup.html",
        "default_title": "__MSG_extensionName__"
    },
    "permissions": [
        "downloads",
        "notifications",
        "proxy",
        "storage",
        "tabs",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "optional_permissions": [
        "browsingData",
        "privacy"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "proxyByPatterns": {
            "description": "__MSG_proxyByPatterns__"
        },
        "disable": {
            "description": "__MSG_disable__"
        },
        "setProxy": {
            "description": "__MSG_setProxy__"
        },
        "quickAdd": {
            "description": "__MSG_quickAdd__"
        },
        "excludeHost": {
            "description": "__MSG_excludeHost__"
        },
        "setTabProxy": {
            "description": "__MSG_setTabProxy__"
        },
        "unsetTabProxy": {
            "description": "__MSG_unsetTabProxy__"
        }
    },
    "storage": {
        "managed_schema": "content\/schema.json"
    },
    "minimum_chrome_version": "108"
}
© 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