Snapple TEAcision: Hack The Headlines

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

Qu'est-ce que Snapple TEAcision: Hack The Headlines ?

Snapple TEAcision: Hack The Headlines est une extension Chrome développée par Snapple, et sa fonction principale est "Take the politics out of your Internet with Snapple’s new Headline Hacker.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Snapple TEAcision: Hack The Headlines

Téléchargez les fichiers d'extension Snapple TEAcision: Hack The Headlines au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Snapple TEAcision: Hack The Headlines Snapple TEAcision: Hack The Headlines
ID pgoiediknldikbfnomoccgjffgbbeeao
URL Officiel https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao
Description Take the politics out of your Internet with Snapple’s new Headline Hacker.
Taille du Fichier 51.9 KB
Nombre d'Installations 12
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-10-11
Date de Publication 2016-10-11
Évaluation 4.86/5 Total 7 Évaluations
Développeur Snapple
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}