RSF Censorship Detector
Find access to blocked websites
Τι είναι το RSF Censorship Detector;
Το RSF Censorship Detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome-plugins-dev-Group, και η κύρια λειτουργία του είναι "Find access to blocked websites".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RSF Censorship Detector
Λήψη αρχείων επέκτασης 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" } |