RSF Censorship Detector
Find access to blocked websites
RSF Censorship Detector란 무엇입니까?
RSF Censorship Detector은(는) chrome-plugins-dev-Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find access to blocked websites"입니다.
확장 프로그램 스크린샷
RSF Censorship Detector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RSF operation #CollateralFreedom circumvents technological censorship by means of an original strategy in which “mirrors” or duplicates of the censored websites are created on the servers of the world’s Internet giants. Authoritarian regimes cannot block access to the mirrors without the “collateral damage” of restricting their own access to the services of these Internet companies. During a hackaton organised by Reporters Without Borders for Collateral Freedom, this extension has been developped in order to make it easier to access mirorred versions of blocked websites, by adding an icon switching to red when a mirror is available. You then are just one click left to more freedom. When word has been heard that a mirror is no longer accessible in a country, its URL changes, and this change is then applied in the very next start of your browser. Mirrors are hosted on by third-party, such as fastly or cloudfront. For support, manual installation, and more, please refer to the official GitHub repository here: https://github.com/babolivier/rsf-censorship-detector/tree/chrome
확장 프로그램 기본 정보
이름 | |
ID | dfccaccafebmbiblhjfbjlpcbodfmpmp |
공식 URL | https://chrome.google.com/webstore/detail/rsf-censorship-detector/dfccaccafebmbiblhjfbjlpcbodfmpmp |
설명 | Find access to blocked websites |
파일 크기 | 3.86 MB |
설치 횟수 | 202 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2022-03-22 |
출시 날짜 | 2018-03-07 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | chrome-plugins-dev-Group |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://rsf.org/collateral-freedom |
도움말 페이지 URL | https://github.com/babolivier/rsf-censorship-detector/issues |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSF Censorship Detector", "description": "Find access to blocked websites", "version": "1.3.4", "icons": { "128": "rsc\/icon-128.png" }, "browser_action": { "default_icon": "rsc\/icon.png", "default_popup": "index.html" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "libs\/jquery.js", "eventPage.js" ] }, "default_locale": "en" } |