Fake News Website Detector

Warning of websites which knowingly or unknowingly spread fake news.

O que é Fake News Website Detector?

Fake News Website Detector é uma extensão do Chrome desenvolvida por radosdesign, e sua principal característica é "Warning of websites which knowingly or unknowingly spread fake news.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fake News Website Detector

Baixe arquivos de extensão Fake News Website 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

                        Warning of websites which knowingly or unknowingly spread fake news. List of Slovak and Czech websites originally created by activist and history teacher Juraj Smatana. Current list is based on https://www.konspiratori.sk/en.
When you visit a site from this list you will see a message which asks you to use caution and common sense.
You have been warned :-)

Media:
- Slovak newspaper "Dennik N": http://goo.gl/R0h2rX
- Slovak news website "Tvnoviny.sk": http://goo.gl/BuVELL
- Slovak TV station "Markiza": http://goo.gl/MD25rX
- Czech news website "Tiscali.cz": http://goo.gl/mT2izL
- Czech news website "Eurozpravy.cz": http://goo.gl/CFBLjP                    

Informações Básicas da Extensão

Nome Fake News Website Detector Fake News Website Detector
ID ajfhmidimnkpbhnkcckllicmhhdipmoo
URL Oficial https://chromewebstore.google.com/detail/fake-news-website-detecto/ajfhmidimnkpbhnkcckllicmhhdipmoo
Descrição Warning of websites which knowingly or unknowingly spread fake news.
Tamanho do Arquivo 126 KB
Contagem de Instalações 846
Versão Atual 1.0.350
Última Atualização 2020-09-08
Data de Publicação 2020-03-15
Classificação 4.39/5 Total de 54 Avaliações
Desenvolvedor radosdesign
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "sk",
    "version": "1.0.350",
    "description": "__MSG_appDesc__",
    "background": {
        "scripts": [
            "sites.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_actionDefaultTitle__"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "web_accessible_resources": [
        "assets\/*.png"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}