What do you think of Tottenham?

Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."

¿Qué es What do you think of Tottenham??

What do you think of Tottenham? es una extensión de Chrome desarrollada por Gooner, y su función principal es "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión What do you think of Tottenham?

Descarga archivos de extensión What do you think of Tottenham? 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

                        For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit.

COYG                    

Información Básica de la Extensión

Nombre What do you think of Tottenham? What do you think of Tottenham?
ID jcgphhpflljkoofleldpnbcgchedobfa
URL Oficial https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa
Descripción Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Tamaño del Archivo 24.31 KB
Cantidad de Instalaciones 68
Versión Actual 1.0
Última Actualización 2016-05-02
Fecha de Publicación 2016-05-02
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Gooner
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What do you think of Tottenham?",
    "version": "1.0",
    "description": "Add this app to your Chrome browser and replace all instances of \"Tottenham\" with \"Shit.\"",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "What do you think of Tottenham?"
    }
}