Spot Fake News Domains
This extension will spot fake news domains while browsing
O que é Spot Fake News Domains?
Spot Fake News Domains é uma extensão do Chrome desenvolvida por hackerfoss.com, e sua principal característica é "This extension will spot fake news domains while browsing".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Spot Fake News Domains
Baixe arquivos de extensão Spot Fake News Domains no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | bgekefoanlhmndfbgmijjghnenfljcia |
URL Oficial | https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia |
Descrição | This extension will spot fake news domains while browsing |
Tamanho do Arquivo | 13.42 KB |
Contagem de Instalações | 112 |
Versão Atual | 0.1 |
Última Atualização | 2018-12-27 |
Data de Publicação | 2018-12-23 |
Desenvolvedor | hackerfoss.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://developer.hackerfoss.com/privacy |
Idiomas Suportados | 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 } |