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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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?" } } |