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? هو إضافة Chrome تم تطويرها بواسطة Gooner، والميزة الرئيسية لها هي "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة What do you think of Tottenham?
قم بتنزيل ملفات الامتداد What do you think of Tottenham? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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?" } } |