What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Vad är What do you think of Tottenham??
What do you think of Tottenham? är en Chrome-tillägg utvecklad av Gooner, och dess huvudfunktion är "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".
Tilläggsskärmbilder
Ladda ner What do you think of Tottenham?-förlängningens CRX-fil
Ladda ner What do you think of Tottenham?-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
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
Grundläggande Information om Tillägg
Namn | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
Officiell webbadress | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
Beskrivning | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
Filstorlek | 24.31 KB |
Antal Installationer | 68 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-05-02 |
Publiceringsdatum | 2016-05-02 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Gooner |
Betalningssätt | free |
Stödda Språk | 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?" } } |