Snapple TEAcision: Hack The Headlines

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

¿Qué es Snapple TEAcision: Hack The Headlines?

Snapple TEAcision: Hack The Headlines es una extensión de Chrome desarrollada por Snapple, y su función principal es "Take the politics out of your Internet with Snapple’s new Headline Hacker.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Snapple TEAcision: Hack The Headlines

Descarga archivos de extensión Snapple TEAcision: Hack The Headlines en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Snapple TEAcision: Hack The Headlines Snapple TEAcision: Hack The Headlines
ID pgoiediknldikbfnomoccgjffgbbeeao
URL Oficial https://chromewebstore.google.com/detail/snapple-teacision-hack-th/pgoiediknldikbfnomoccgjffgbbeeao
Descripción Take the politics out of your Internet with Snapple’s new Headline Hacker.
Tamaño del Archivo 51.9 KB
Cantidad de Instalaciones 12
Versión Actual 1.0.2
Última Actualización 2016-10-11
Fecha de Publicación 2016-10-11
Calificación 4.86/5 Total de 7 Calificaciones
Desarrollador Snapple
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}