Snapple TEAcision: Hack The Headlines

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

Vad är Snapple TEAcision: Hack The Headlines?

Snapple TEAcision: Hack The Headlines är en Chrome-tillägg utvecklad av Snapple, och dess huvudfunktion är "Take the politics out of your Internet with Snapple’s new Headline Hacker.".

Tilläggsskärmbilder

screenshot

Ladda ner Snapple TEAcision: Hack The Headlines-förlängningens CRX-fil

Ladda ner Snapple TEAcision: Hack The Headlines-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Snapple TEAcision: Hack The Headlines Snapple TEAcision: Hack The Headlines
ID pgoiediknldikbfnomoccgjffgbbeeao
Officiell webbadress https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao
Beskrivning Take the politics out of your Internet with Snapple’s new Headline Hacker.
Filstorlek 51.9 KB
Antal Installationer 12
Aktuell Version 1.0.2
Senast Uppdaterad 2016-10-11
Publiceringsdatum 2016-10-11
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare Snapple
Betalningssätt free
Stödda Språk 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"
        }
    ]
}