Snapple TEAcision: Hack The Headlines

Take the politics out of your Internet with Snapple’s new Headline Hacker.

O que é Snapple TEAcision: Hack The Headlines?

Snapple TEAcision: Hack The Headlines é uma extensão do Chrome desenvolvida por Snapple, e sua principal característica é "Take the politics out of your Internet with Snapple’s new Headline Hacker.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Snapple TEAcision: Hack The Headlines

Baixe arquivos de extensão Snapple TEAcision: Hack The Headlines 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

                        Are you tired of election coverage? Want more fun in your news feed? Use Snapple’s new Headline Hacker to turn the political conversation from furious to flavorful. It finds the election buzzwords in your Internet and replaces them with something much more entertaining. A “convention” becomes a “food fight.” A “debate” is now a “jamboree.” The list goes on…let the humor begin!                    

Informações Básicas da Extensão

Nome Snapple TEAcision: Hack The Headlines Snapple TEAcision: Hack The Headlines
ID pgoiediknldikbfnomoccgjffgbbeeao
URL Oficial https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao
Descrição Take the politics out of your Internet with Snapple’s new Headline Hacker.
Tamanho do Arquivo 51.9 KB
Contagem de Instalações 12
Versão Atual 1.0.2
Última Atualização 2016-10-11
Data de Publicação 2016-10-11
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor Snapple
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snapple TEAcision: Hack The Headlines",
    "description": "Take the politics out of your Internet with Snapple\u2019s new Headline Hacker.",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jq.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}