What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Qu'est-ce que What do you think of Tottenham? ?
What do you think of Tottenham? est une extension Chrome développée par Gooner, et sa fonction principale est "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What do you think of Tottenham?
Téléchargez les fichiers d'extension What do you think of Tottenham? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
Informations de Base sur l'Extension
Nom | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
URL Officiel | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
Description | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
Taille du Fichier | 24.31 KB |
Nombre d'Installations | 68 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-05-02 |
Date de Publication | 2016-05-02 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Gooner |
Type de Paiement | free |
Langues Prises en Charge | 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?" } } |