Spot Fake News Domains
This extension will spot fake news domains while browsing
Cos'è Spot Fake News Domains?
Spot Fake News Domains è un'estensione di Chrome sviluppata da hackerfoss.com, e la sua funzione principale è "This extension will spot fake news domains while browsing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spot Fake News Domains
Scarica i file di estensione Spot Fake News Domains 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
Flags Fake News Websites While Browsing. This extension will help you identify fake news websites while browsing. Adds a flag next to title of the page warning about the of information provided by the website. ABOUT This extension is an open-source project developed by the students of NIIT University as part of the CS 4151 (Cyber Security). You can find source code at https://github.com/gvaishno/Fake-News-Domain-Detection
Informazioni di Base sull'Estensione
Nome | |
ID | bgekefoanlhmndfbgmijjghnenfljcia |
URL Ufficiale | https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia |
Descrizione | This extension will spot fake news domains while browsing |
Dimensione del File | 13.42 KB |
Conteggio Installazioni | 112 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2018-12-27 |
Data di Pubblicazione | 2018-12-23 |
Sviluppatore | hackerfoss.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://developer.hackerfoss.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spot Fake News Domains", "version": "0.1", "short_name": "Spot Fake News Domains", "description": "This extension will spot fake news domains while browsing", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Vaishno Chaitanya G", "permissions": [ "activeTab", "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Spot Fake News Domains" }, "manifest_version": 2 } |