Snapple TEAcision: Hack The Headlines

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

Cos'è Snapple TEAcision: Hack The Headlines?

Snapple TEAcision: Hack The Headlines è un'estensione di Chrome sviluppata da Snapple, e la sua funzione principale è "Take the politics out of your Internet with Snapple’s new Headline Hacker.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Snapple TEAcision: Hack The Headlines

Scarica i file di estensione Snapple TEAcision: Hack The Headlines in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Snapple TEAcision: Hack The Headlines Snapple TEAcision: Hack The Headlines
ID pgoiediknldikbfnomoccgjffgbbeeao
URL Ufficiale https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao
Descrizione Take the politics out of your Internet with Snapple’s new Headline Hacker.
Dimensione del File 51.9 KB
Conteggio Installazioni 12
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-10-11
Data di Pubblicazione 2016-10-11
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore Snapple
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}