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開發的Chrome擴展程式,該擴展的主要功能是“Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."”。
擴展截圖
下載What do you think of Tottenham?擴展crx文件
下載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 |
官方網址 | 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?" } } |