Cupcake
Snowflake for Chrome
Cupcake란 무엇입니까?
Cupcake은(는) Griffin Boyce에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snowflake for Chrome"입니다.
확장 프로그램 스크린샷
Cupcake 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |