Substratum Proxy Toggle

Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!

O que é Substratum Proxy Toggle?

Substratum Proxy Toggle é uma extensão do Chrome desenvolvida por https://subnodes.io, e sua principal característica é "Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Substratum Proxy Toggle

Baixe arquivos de extensão Substratum Proxy Toggle 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

                        Browser extension to route your browser's internet traffic through your running SubstratumNode software with a click of a button. Removes the need for port-forwarding and DNS subverting!

It works by changing your Chrome's proxy settings to route traffic through your local SubstratumNode instance. 

You must have SubstratumNode running on your machine for this extension to work. You can download the latest version here: https://substratum.net/downloads/

Please allow this extension to run incognito windows to fully operate.                    

Informações Básicas da Extensão

Nome Substratum Proxy Toggle Substratum Proxy Toggle
ID bknphpdehmgcpigaebdclnhdfakbffbc
URL Oficial https://chromewebstore.google.com/detail/substratum-proxy-toggle/bknphpdehmgcpigaebdclnhdfakbffbc
Descrição Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!
Tamanho do Arquivo 514 KB
Contagem de Instalações 81
Versão Atual 0.0.2
Última Atualização 2019-09-02
Data de Publicação 2019-09-01
Desenvolvedor https://subnodes.io
Tipo de Pagamento free
Site da Extensão https://subnodes.io
URL da Página de Ajuda https://github.com/SubNodes-io/Substratum-Proxy-Browser-Extension
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Substratum Proxy Toggle",
    "description": "Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!",
    "version": "0.0.2",
    "homepage_url": "https:\/\/subnodes.io",
    "background": {
        "persistent": true,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png"
    },
    "icons": {
        "128": "assets\/icon.png"
    },
    "incognito": "spanning",
    "permissions": [
        "proxy",
        "storage"
    ],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}