Simple Proxy

Proxy switch for each individual website.

O que é Simple Proxy?

Simple Proxy é uma extensão do Chrome desenvolvida por jinzhenzu, e sua principal característica é "Proxy switch for each individual website.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Simple Proxy

Baixe arquivos de extensão Simple Proxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Simple Proxy Simple Proxy
ID pjogfmifcmhdmfogmihinlfgdbfbjcli
URL Oficial https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli
Descrição Proxy switch for each individual website.
Tamanho do Arquivo 180 KB
Contagem de Instalações 163
Versão Atual 3.2.0
Última Atualização 2023-11-30
Data de Publicação 2019-11-25
Desenvolvedor jinzhenzu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
URL da Página de Ajuda https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
Idiomas Suportados 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:\/\/*\/*"
    ]
}