Tottenham = Sh*t
What do you think of Tottenham?
Vad är Tottenham = Sh*t?
Tottenham = Sh*t är en Chrome-tillägg utvecklad av maxim, och dess huvudfunktion är "What do you think of Tottenham?".
Tilläggsskärmbilder
Ladda ner Tottenham = Sh*t-förlängningens CRX-fil
Ladda ner Tottenham = Sh*t-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | ifkjcmjloknoboebammephjhpimppfha |
Officiell webbadress | https://chrome.google.com/webstore/detail/tottenham-sht/ifkjcmjloknoboebammephjhpimppfha |
Beskrivning | What do you think of Tottenham? |
Filstorlek | 54.45 KB |
Antal Installationer | 31 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2016-04-06 |
Publiceringsdatum | 2016-04-06 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | maxim |
Betalningssätt | free |
Stödda Språk | 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" } ] } |