Tottenham = Sh*t
What do you think of Tottenham?
What is Tottenham = Sh*t?
Tottenham = Sh*t is a Chrome extension developed by maxim, and its main feature is "What do you think of Tottenham?".
Extension Screenshots
Download Tottenham = Sh*t Extension CRX File
Download Tottenham = Sh*t extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ifkjcmjloknoboebammephjhpimppfha |
Official URL | https://chrome.google.com/webstore/detail/tottenham-sht/ifkjcmjloknoboebammephjhpimppfha |
Description | What do you think of Tottenham? |
File Size | 54.45 KB |
Installation Count | 31 |
Current Version | 0.1.1 |
Last Updated | 2016-04-06 |
Publish Date | 2016-04-06 |
Rating | 3.67/5 Total 3 Ratings |
Developer | maxim |
Payment Type | free |
Supported Languages | 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" } ] } |