Shadow Router - Proxy Chain

Even if you have 'nothing to hide' You still want your privacy!

什么是Shadow Router - Proxy Chain?

Shadow Router - Proxy Chain是由The Anarch开发的Chrome扩展程序,该扩展的主要功能是“Even if you have 'nothing to hide' You still want your privacy!”。

扩展截图

screenshot

下载Shadow Router - Proxy Chain扩展crx文件

下载Shadow Router - Proxy Chain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Shadow Router is an proxy extension that allows you too keep your internet encrypted/secure, as well as hiding your identity. The way we do this is by making every request to the internet come from a different IP address. By doing this it makes it impossible for anyone to determine the location or identity of who you are.

Hide your Identity
Shadow Router hides your identity by changing your ip address for every request. Meaning when you visit a website every file from that website was requested by a different ip address.

Block Trackers
Shadow Router blocks trackers by not even attempting too get information from tracker scripts. We have a list of over 30,000 trackers.

Stay Encrypted
Shadow Router Encrypts your connection all the way to the site. Even if the site isn't "https". This encryption makes it so that not even we know who you are.

This extension allows you to access the Shadow Router Network with HTTP/HTTPS.
To learn more please go to: https://shadowrouter.org                    

扩展基本信息

名称 Shadow Router - Proxy Chain Shadow Router - Proxy Chain
ID eklmaekamhcckckkdkmeehmbmgeejjpl
官方URL https://chromewebstore.google.com/detail/shadow-router-proxy-chain/eklmaekamhcckckkdkmeehmbmgeejjpl
简介 Even if you have 'nothing to hide' You still want your privacy!
文件大小 31.69 KB
安装次数 87
当前版本 0.1.2
更新时间 2019-09-10
上架时间 2019-09-08
开发者 The Anarch
付费类型 free
扩展官网 https://shadowrouter.org
帮助页面URL https://shadowrouter.org/support
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shadow Router - Proxy Chain",
    "version": "0.1.2",
    "description": "Even if you have 'nothing to hide' You still want your privacy!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "proxy",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}