Simple Proxy

Proxy switch for each individual website.

Wat is Simple Proxy?

Simple Proxy is een Chrome-extensie ontwikkeld door jinzhenzu, en de belangrijkste functie is "Proxy switch for each individual website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Simple Proxy

Download Simple Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simple Proxy Simple Proxy
ID pjogfmifcmhdmfogmihinlfgdbfbjcli
Officiële URL https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli
Beschrijving Proxy switch for each individual website.
Bestandsgrootte 180 KB
Aantal Installaties 163
Huidige Versie 3.2.0
Laatst Bijgewerkt 2023-11-30
Publicatiedatum 2019-11-25
Ontwikkelaar jinzhenzu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
Help Pagina-URL https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
Ondersteunde Talen 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:\/\/*\/*"
    ]
}