FactPopUp

Creates notifications for fact-checking tweets.

O que é FactPopUp?

FactPopUp é uma extensão do Chrome desenvolvida por gautamhathi, e sua principal característica é "Creates notifications for fact-checking tweets.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FactPopUp

Baixe arquivos de extensão FactPopUp 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 notifies you whenever there's a new fact check. Source code available here: https://github.com/ReportersLabDuke/FactPopUp                    

Informações Básicas da Extensão

Nome FactPopUp FactPopUp
ID faaleponcnfhmolcbaajapgbigfffckj
URL Oficial https://chrome.google.com/webstore/detail/factpopup/faaleponcnfhmolcbaajapgbigfffckj
Descrição Creates notifications for fact-checking tweets.
Tamanho do Arquivo 336 KB
Contagem de Instalações 190
Versão Atual 2.1.0
Última Atualização 2017-02-09
Data de Publicação 2017-02-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor gautamhathi
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FactPopUp",
    "description": "Creates notifications for fact-checking tweets.",
    "version": "2.1.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "keys.js",
            "js\/alert.js",
            "lib\/CryptoJS v3.1.2\/rollups\/hmac-sha256.js",
            "lib\/CryptoJS v3.1.2\/components\/enc-base64-min.js"
        ],
        "persistent": true
    },
    "content_security_policy": "media-src https:\/\/pbs.twimg.com\/media\/* 'self'; img-src https:\/\/pbs.twimg.com\/ 'self' data: chrome-extension-resource:;  script-src 'self'; object-src 'self'",
    "permissions": [
        "notifications",
        "activeTab",
        "alarms",
        "fontSettings",
        "https:\/\/ajax.googleapis.com\/*",
        "https:\/\/stream.twitter.com\/*",
        "http:\/\/www.politifact.com\/*",
        "https:\/\/pbs.twimg.com\/*",
        "https:\/\/raw.githubusercontent.com\/ReportersLabDuke\/FactPopUp\/*",
        "gcm",
        "storage",
        "https:\/\/*.servicebus.windows.net\/*",
        "management",
        "alarms"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/stream.twitter.com\/*",
            "http:\/\/www.politifact.com\/*"
        ]
    },
    "web_accessible_resources": [
        "logo.png"
    ]
}