StopTheBullshit
Blocks websites that publish fake news.
Qu'est-ce que StopTheBullshit ?
StopTheBullshit est une extension Chrome développée par Jacopo Notarstefano, et sa fonction principale est "Blocks websites that publish fake news.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension StopTheBullshit
Téléchargez les fichiers d'extension StopTheBullshit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | StopTheBullshit |
ID | mgpabnifogoiekagmgfphjbljpfojkif |
URL Officiel | https://chromewebstore.google.com/detail/stopthebullshit/mgpabnifogoiekagmgfphjbljpfojkif |
Description | Blocks websites that publish fake news. |
Taille du Fichier | 880 KB |
Nombre d'Installations | 180 |
Version Actuelle | 0.2.5 |
Dernière Mise à Jour | 2017-07-02 |
Date de Publication | 2017-07-01 |
Évaluation | 4.22/5 Total 9 Évaluations |
Développeur | Jacopo Notarstefano |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jacquerie/stop-the-bullshit |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StopTheBullshit", "description": "Blocks websites that publish fake news.", "author": "Jacopo Notarstefano", "version": "0.2.5", "icons": { "48": "src\/img\/StB48.png", "128": "src\/img\/StB128.png" }, "background": { "scripts": [ "src\/js\/urls.js", "src\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "css": [ "src\/css\/facebook.css" ], "js": [ "lib\/underscore\/underscore.min.js", "lib\/jquery\/jquery.min.js", "src\/js\/urls.js", "src\/js\/facebook.js" ] } ], "web_accessible_resources": [ "src\/blocked.html" ], "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |