What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Cos'è What do you think of Tottenham??
What do you think of Tottenham? è un'estensione di Chrome sviluppata da Gooner, e la sua funzione principale è "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione What do you think of Tottenham?
Scarica i file di estensione What do you think of Tottenham? 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
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
Informazioni di Base sull'Estensione
Nome | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
URL Ufficiale | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
Descrizione | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
Dimensione del File | 24.31 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-05-02 |
Data di Pubblicazione | 2016-05-02 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Gooner |
Tipo di Pagamento | free |
Lingue Supportate | 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?" } } |