What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Wat is What do you think of Tottenham??
What do you think of Tottenham? is een Chrome-extensie ontwikkeld door Gooner, en de belangrijkste functie is "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".
Extensie Screenshots
Download het CRX-bestand van de extensie What do you think of Tottenham?
Download What do you think of Tottenham?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
Basisinformatie over de Extensie
Naam | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
Officiële URL | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
Beschrijving | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
Bestandsgrootte | 24.31 KB |
Aantal Installaties | 68 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-05-02 |
Publicatiedatum | 2016-05-02 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Gooner |
Betalingswijze | free |
Ondersteunde Talen | 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?" } } |