Simple Proxy

Proxy switch for each individual website.

Vad är Simple Proxy?

Simple Proxy är en Chrome-tillägg utvecklad av jinzhenzu, och dess huvudfunktion är "Proxy switch for each individual website.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Simple Proxy-förlängningens CRX-fil

Ladda ner Simple Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        If you need to configure a separate proxy policy for each domain name, then you will need this extension. This extension helps you easily control whether each domain uses a proxy and provides a convenient black and white list mode.                    

Grundläggande Information om Tillägg

Namn Simple Proxy Simple Proxy
ID pjogfmifcmhdmfogmihinlfgdbfbjcli
Officiell webbadress https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli
Beskrivning Proxy switch for each individual website.
Filstorlek 180 KB
Antal Installationer 163
Aktuell Version 3.2.0
Senast Uppdaterad 2023-11-30
Publiceringsdatum 2019-11-25
Utvecklare jinzhenzu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
Hjälpsida URL https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
Stödda Språk en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.2.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Proxy"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "tabs",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}