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!”。
扩展截图
下载Substratum Proxy Toggle扩展crx文件
下载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 |
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'" } |