Tottenham = Sh*t

What do you think of Tottenham?

Cos'è Tottenham = Sh*t?

Tottenham = Sh*t è un'estensione di Chrome sviluppata da maxim, e la sua funzione principale è "What do you think of Tottenham?".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tottenham = Sh*t

Scarica i file di estensione Tottenham = Sh*t in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Add to your browser and any instance of "Tottenham" or "Spurs" will be automatically replaced with "Shit".

An essential extension for all Arsenal fans. 

http://tinyurl.com/jp9fpjd                    

Informazioni di Base sull'Estensione

Nome Tottenham = Sh*t Tottenham = Sh*t
ID ifkjcmjloknoboebammephjhpimppfha
URL Ufficiale https://chrome.google.com/webstore/detail/tottenham-sht/ifkjcmjloknoboebammephjhpimppfha
Descrizione What do you think of Tottenham?
Dimensione del File 54.45 KB
Conteggio Installazioni 31
Versione Corrente 0.1.1
Ultimo Aggiornamento 2016-04-06
Data di Pubblicazione 2016-04-06
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore maxim
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tottenham = Sh*t",
    "description": "What do you think of Tottenham?",
    "version": "0.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}