Cupcake
Snowflake for Chrome
Cupcakeคืออะไร?
Cupcake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Griffin Boyce และคุณลักษณะหลักของมันคือ "Snowflake for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cupcake
ดาวน์โหลดไฟล์ส่วนขยาย Cupcake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cupcake empowers you to assist censored internet users all over the world by turning your web browser into a pathway to the Tor network. Cupcake currently supports creating Snowflake connections. Learn more here: https://snowflake.torproject.org Important Note: if you are being censored, Cupcake cannot help you on its own. Please install the full Tor Browser Bundle. When the censor has blocked direct access to the Tor network for a user, you can help. Installing Cupcake makes your browser into a flash proxy -- a temporary Tor bridge. After connecting with the censored user, your bridge allows communication between the user and the Tor relay, successfully circumventing the censor. Congratulations! You are a champion of internet freedom around the world! Don't worry about your IP address being blamed for the user's requests. The source of traffic will look like the IP address of a Tor exit relay, not yours. This protects both you and the censored individual. -------------------- If you are unfamiliar with Tor, visit https://torproject.org to learn more. In short, Tor is a free service that protects privacy online. It allows users to avoid network surveillance, which threatens their privacy and freedom.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cupcake |
ID | dajjbehmbnbppjkcnpdkaniapgdppdnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cupcake/dajjbehmbnbppjkcnpdkaniapgdppdnc |
คำอธิบาย | Snowflake for Chrome |
ขนาดไฟล์ | 53.85 KB |
จำนวนการติดตั้ง | 1,221 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2019-07-26 |
วันที่เผยแพร่ | 2019-07-26 |
คะแนน | 4.29/5 รวมทั้งหมด 51 คะแนน |
ผู้พัฒนา | Griffin Boyce |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/glamrock |
URL หน้าช่วยเหลือ | http://github.com/glamrock |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cupcake", "version": "2.0", "manifest_version": 2, "description": "Snowflake for Chrome", "background": { "scripts": [ "snowflake.js" ], "persistent": true }, "icons": { "24": "images\/cupcake24.png", "32": "images\/cupcake36.png", "38": "images\/cupcake48.png", "48": "images\/cupcake48.png", "128": "images\/cupcake128.png" }, "browser_action": { "default_icon": "images\/cupcake48.png", "default_title": "Cupcake", "default_popup": "menu.html" }, "incognito": "split", "permissions": [ "http:\/\/snowflake-broker.bamsoftware.com\/*", "https:\/\/snowflake-broker.bamsoftware.com\/*", "https:\/\/snowflake.bamsoftware.com\/*", "http:\/\/snowflake.bamsoftware.com\/*", "https:\/\/snowflake.bamsoftware.com:443\/*", "background", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.stanford.edu\/ https:\/\/*.bamsoftware.com\/ https:\/\/*.fp-facilitator.org\/; object-src 'self'" } |