Fake news detector
This extension marks fake news in the pages you are browsing
Cos'è Fake news detector?
Fake news detector è un'estensione di Chrome sviluppata da DareDevelopers-giacomofava, e la sua funzione principale è "This extension marks fake news in the pages you are browsing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fake news detector
Scarica i file di estensione Fake news detector 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
This extension marks fake news in the pages you are browsing. It will mark in RED the FAKE NEWS and in ORANGE the CLICKBAIT links or PROBABLY FAKE news. While browsing on Facebook the page may load new posts while you are scrolling, this will cause problems to our detector.No problem, just click on the logo to check again all the new posts. Estensione che evidenzia e segnala le notizie false durante la navigazione su qualsiasi sito, pure social (Facebook, Twitter etc.). Version 1.2: new websites list added.
Informazioni di Base sull'Estensione
Nome | Fake news detector |
ID | aebaikmeedenaijgjcfmndfknoobahep |
URL Ufficiale | https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep |
Descrizione | This extension marks fake news in the pages you are browsing |
Dimensione del File | 77.75 KB |
Conteggio Installazioni | 1,270 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-10-23 |
Data di Pubblicazione | 2017-10-22 |
Valutazione | 3.37/5 Totale 30 Valutazioni |
Sviluppatore | DareDevelopers-giacomofava |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fake news detector", "version": "1.2", "short_name": "FND", "description": "This extension marks fake news in the pages you are browsing", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "DareDevelopers-giacomofava", "permissions": [ "activeTab", "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Make fake news links red", "default_popup": "popup.html" }, "manifest_version": 2 } |