What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
What do you think of Tottenham? क्या है?
What do you think of Tottenham? Gooner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit.""।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में What do you think of Tottenham? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
विवरण | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
फ़ाइल का आकार | 24.31 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-05-02 |
प्रकाशन तिथि | 2016-05-02 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Gooner |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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?" } } |