Tottenham = Sh*t
What do you think of Tottenham?
Wat is Tottenham = Sh*t?
Tottenham = Sh*t is een Chrome-extensie ontwikkeld door maxim, en de belangrijkste functie is "What do you think of Tottenham?".
Extensie Screenshots
Download het CRX-bestand van de extensie Tottenham = Sh*t
Download Tottenham = Sh*t-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
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
Basisinformatie over de Extensie
Naam | |
ID | ifkjcmjloknoboebammephjhpimppfha |
Officiële URL | https://chrome.google.com/webstore/detail/tottenham-sht/ifkjcmjloknoboebammephjhpimppfha |
Beschrijving | What do you think of Tottenham? |
Bestandsgrootte | 54.45 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2016-04-06 |
Publicatiedatum | 2016-04-06 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | maxim |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |