What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
What is What do you think of Tottenham??
What do you think of Tottenham? is a Chrome extension developed by Gooner, and its main feature is "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".
Extension Screenshots
Download What do you think of Tottenham? Extension CRX File
Download What do you think of Tottenham? 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
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
Extension Basic Information
Name | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
Official URL | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
Description | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
File Size | 24.31 KB |
Installation Count | 68 |
Current Version | 1.0 |
Last Updated | 2016-05-02 |
Publish Date | 2016-05-02 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Gooner |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "What do you think of Tottenham?", "version": "1.0", "description": "Add this app to your Chrome browser and replace all instances of \"Tottenham\" with \"Shit.\"", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "What do you think of Tottenham?" } } |