FakeNews

Determines the average political bias of a news source

O que é FakeNews?

FakeNews é uma extensão do Chrome desenvolvida por malcolmcraney, e sua principal característica é "Determines the average political bias of a news source".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FakeNews

Baixe arquivos de extensão FakeNews 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

                        In a time where a majority of people are receiving their news and information from the internet, it is important to examine the many sources you are receiving your information from. This extension provides users with an objective look into the political bias of numerous news sources, so you can really look at where you're getting your information from. If you're linked to an article from Facebook, Reddit, or another Social Media site; simply use FakeNews to learn more about the possible political bias of any unfamiliar sources.                    

Informações Básicas da Extensão

Nome FakeNews FakeNews
ID lnnhldheeohibiajajkmjchepnaoikjb
URL Oficial https://chromewebstore.google.com/detail/fakenews/lnnhldheeohibiajajkmjchepnaoikjb
Descrição Determines the average political bias of a news source
Tamanho do Arquivo 362 KB
Contagem de Instalações 40
Versão Atual 1.5
Última Atualização 2018-02-14
Data de Publicação 2018-02-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor malcolmcraney
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FakeNews",
    "description": "Determines the average political bias of a news source",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "FakeNews"
    },
    "author": "Malcolm Craney",
    "permissions": [
        "activeTab"
    ]
}