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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://subnodes.io และคุณลักษณะหลักของมันคือ "Route your internet traffic through SubstratumNode with a click of a button. No need to port forward or subvert your DNS!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Substratum Proxy Toggle

ดาวน์โหลดไฟล์ส่วนขยาย Substratum Proxy Toggle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}