Snowflake

Allow users in censored countries to use your network connection to access the Tor network.

Snowflakeคืออะไร?

Snowflake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the-tor-project และคุณลักษณะหลักของมันคือ "Allow users in censored countries to use your network connection to access the Tor network."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Help people in censored countries bypass censorship by running the Snowflake extension

If you want to help people in censored countries access the Internet without restrictions, consider installing and running the Snowflake extension. Once you install it and enable it, there's nothing else you need to do. Once the snowflake icon turns green, this means a censored user is connecting through your extension to access the Internet!
The only prerequisite to install this extension is that the Internet in your country is not heavily censored already.
There is no need to worry about which websites people are accessing through your Snowflake extension. Their visible browsing IP address will match their Tor exit node, not yours.

If you live in a censored country

If you live in a censored country and want to connect to a Snowflake extension, you do not need to install a separate application to connect to a Snowflake proxy and bypass censorship. It is a circumvention feature embedded within existing apps. Currently Snowflake is available inside Tor Browser on Desktop and Android, Onion Browser on iOS, and Orbot on Android and iOS. If you have downloaded and installed any of these apps, and they are censored in your country, you can bypass the censorship by activating Snowflake through these apps' settings page.

Support channels

If you encounter issues while trying to connect to Tor using Snowflake, the Tor support channel can be reached on Telegram (https://t.me/torprojectsupportbot) and email ([email protected]). You can also browse the Tor Support Portal (https://support.torproject.org/) and the Tor Project Forum (https://forum.torproject.net) for answers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snowflake Snowflake
ID mafpmfcccpbjnhfhjnllmmalhifmlcie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie
คำอธิบาย Allow users in censored countries to use your network connection to access the Tor network.
ขนาดไฟล์ 197 KB
จำนวนการติดตั้ง 89,016
เวอร์ชันปัจจุบัน 0.7.3
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2022-05-17
คะแนน 4.82/5 รวมทั้งหมด 133 คะแนน
ผู้พัฒนา the-tor-project
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://support.torproject.org
URL หน้าช่วยเหลือ https://snowflake.torproject.org/#bugs
URL หน้านโยบายความเป็นส่วนตัว https://addons.mozilla.org/en-US/firefox/addon/torproject-snowflake/privacy
ภาษาที่รองรับ de,en-US,fr,sw,nl,vi,tr,ca,es,it,pl,pt-BR,ro,fi,cs,el,ru,uk,fa,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snowflake",
    "version": "0.7.3",
    "description": "__MSG_appDesc__",
    "default_locale": "en_US",
    "icons": {
        "48": "assets\/toolbar-on-48.png",
        "96": "assets\/toolbar-on-96.png"
    },
    "background": {
        "scripts": [
            "snowflake.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "assets\/toolbar-on-48.png",
            "96": "assets\/toolbar-on-96.png"
        },
        "default_title": "Snowflake",
        "default_popup": "embed.html"
    },
    "content_security_policy": "default-src 'self'; connect-src wss:\/\/*.freehaven.net\/ wss:\/\/*.torproject.net https:\/\/*.torproject.net:* https:\/\/*.freehaven.net:*",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "background"
    ]
}