Snapple TEAcision: Hack The Headlines

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

Was ist Snapple TEAcision: Hack The Headlines?

Snapple TEAcision: Hack The Headlines ist eine Chrome-Erweiterung, die von Snapple entwickelt wurde, und ihr Hauptmerkmal ist "Take the politics out of your Internet with Snapple’s new Headline Hacker.".

Erweiterungsscreenshots

screenshot

Snapple TEAcision: Hack The Headlines-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snapple TEAcision: Hack The Headlines-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Snapple TEAcision: Hack The Headlines Snapple TEAcision: Hack The Headlines
ID pgoiediknldikbfnomoccgjffgbbeeao
Offizielle URL https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao
Beschreibung Take the politics out of your Internet with Snapple’s new Headline Hacker.
Dateigröße 51.9 KB
Installationsanzahl 12
Aktuelle Version 1.0.2
Letztes Update 2016-10-11
Veröffentlichungsdatum 2016-10-11
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler Snapple
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}