Tottenham = Sh*t
What do you think of Tottenham?
Hvad er Tottenham = Sh*t?
Tottenham = Sh*t er en Chrome-udvidelse udviklet af maxim, og dens hovedfunktion er "What do you think of Tottenham?".
Udvidelsesskærmbilleder
Download Tottenham = Sh*t-udvidelses-CRX-fil
Download Tottenham = Sh*t-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | ifkjcmjloknoboebammephjhpimppfha |
Officiel URL | https://chrome.google.com/webstore/detail/tottenham-sht/ifkjcmjloknoboebammephjhpimppfha |
Beskrivelse | What do you think of Tottenham? |
Filstørrelse | 54.45 KB |
Antal Installationer | 31 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2016-04-06 |
Udgivelsesdato | 2016-04-06 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | maxim |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |