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文件
下载RSF Censorship Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |