FakeNews Checker
from Google check Fake news against mediabiasfactcheck.com
Cos'è FakeNews Checker?
FakeNews Checker è un'estensione di Chrome sviluppata da psgcaravan, e la sua funzione principale è "from Google check Fake news against mediabiasfactcheck.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FakeNews Checker
Scarica i file di estensione FakeNews Checker 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 provides context menu items that allow a user to check news bias of links and images. For example on Facebook, you can easily determine what type of left or right-leaning bias a site has, as logged by mediabiascheck.com.
Informazioni di Base sull'Estensione
Nome | FakeNews Checker |
ID | cbnebabihohdbebjliafclfndkhmpmnc |
URL Ufficiale | https://chromewebstore.google.com/detail/fakenews-checker/cbnebabihohdbebjliafclfndkhmpmnc |
Descrizione | from Google check Fake news against mediabiasfactcheck.com |
Dimensione del File | 11.05 KB |
Conteggio Installazioni | 186 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-12-19 |
Data di Pubblicazione | 2016-12-19 |
Sviluppatore | psgcaravan |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://developer.chrome.com/webstore/terms |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FakeNews Checker", "short_name": "FakeNews Check", "description": "from Google check Fake news against mediabiasfactcheck.com", "version": "0.0.1", "icons": { "16": "fcheck_icon16.png", "48": "fcheck_icon48.png", "128": "fcheck_icon128.png" }, "permissions": [ "contextMenus" ], "background": { "persistent": false, "scripts": [ "sample.js" ] }, "manifest_version": 2 } |