Fake news detector

This extension marks fake news in the pages you are browsing

O que é Fake news detector?

Fake news detector é uma extensão do Chrome desenvolvida por DareDevelopers-giacomofava, e sua principal característica é "This extension marks fake news in the pages you are browsing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fake news detector

Baixe arquivos de extensão Fake news detector 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

                        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.                    

Informações Básicas da Extensão

Nome Fake news detector Fake news detector
ID aebaikmeedenaijgjcfmndfknoobahep
URL Oficial https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep
Descrição This extension marks fake news in the pages you are browsing
Tamanho do Arquivo 77.75 KB
Contagem de Instalações 1,270
Versão Atual 1.2
Última Atualização 2017-10-23
Data de Publicação 2017-10-22
Classificação 3.37/5 Total de 30 Avaliações
Desenvolvedor DareDevelopers-giacomofava
Tipo de Pagamento free
Idiomas Suportados 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
}