Shadow Router - Proxy Chain

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

Shadow Router - Proxy Chainคืออะไร?

Shadow Router - Proxy Chain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Anarch และคุณลักษณะหลักของมันคือ "Even if you have 'nothing to hide' You still want your privacy!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shadow Router - Proxy Chain

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}