Tottenham = Sh*t
What do you think of Tottenham?
Qu'est-ce que Tottenham = Sh*t ?
Tottenham = Sh*t est une extension Chrome développée par maxim, et sa fonction principale est "What do you think of Tottenham?".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tottenham = Sh*t
Téléchargez les fichiers d'extension Tottenham = Sh*t 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
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
Informations de Base sur l'Extension
Nom | |
ID | ifkjcmjloknoboebammephjhpimppfha |
URL Officiel | https://chrome.google.com/webstore/detail/tottenham-sht/ifkjcmjloknoboebammephjhpimppfha |
Description | What do you think of Tottenham? |
Taille du Fichier | 54.45 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2016-04-06 |
Date de Publication | 2016-04-06 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | maxim |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |