Substratum Proxy Toggle

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

Substratum Proxy Toggle란 무엇입니까?

Substratum Proxy Toggle은(는) https://subnodes.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!"입니다.

확장 프로그램 스크린샷

screenshot

Substratum Proxy Toggle 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Substratum Proxy Toggle Substratum Proxy Toggle
ID bknphpdehmgcpigaebdclnhdfakbffbc
공식 URL https://chromewebstore.google.com/detail/substratum-proxy-toggle/bknphpdehmgcpigaebdclnhdfakbffbc
설명 Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!
파일 크기 514 KB
설치 횟수 81
현재 버전 0.0.2
최근 업데이트 2019-09-02
출시 날짜 2019-09-01
개발자 https://subnodes.io
결제 유형 free
확장 프로그램 웹 사이트 https://subnodes.io
도움말 페이지 URL https://github.com/SubNodes-io/Substratum-Proxy-Browser-Extension
지원되는 언어 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'"
}