StopTheBullshit
Blocks websites that publish fake news.
Cos'è StopTheBullshit?
StopTheBullshit è un'estensione di Chrome sviluppata da Jacopo Notarstefano, e la sua funzione principale è "Blocks websites that publish fake news.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione StopTheBullshit
Scarica i file di estensione StopTheBullshit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | StopTheBullshit |
ID | mgpabnifogoiekagmgfphjbljpfojkif |
URL Ufficiale | https://chromewebstore.google.com/detail/stopthebullshit/mgpabnifogoiekagmgfphjbljpfojkif |
Descrizione | Blocks websites that publish fake news. |
Dimensione del File | 880 KB |
Conteggio Installazioni | 180 |
Versione Corrente | 0.2.5 |
Ultimo Aggiornamento | 2017-07-02 |
Data di Pubblicazione | 2017-07-01 |
Valutazione | 4.22/5 Totale 9 Valutazioni |
Sviluppatore | Jacopo Notarstefano |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jacquerie/stop-the-bullshit |
Lingue Supportate | 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:\/\/*\/*" ] } |