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 |
公式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?" } } |