Wee Woo
You need more wee woo in your life.
Wee Wooとは何ですか?
Wee Wooはleahxraexcarによって開発されたChromeの拡張機能で、その主な機能は「You need more wee woo in your life.」です。
拡張機能のスクリーンショット
Wee Woo拡張機能のCRXファイルをダウンロード
Wee Woo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the word 'ambulance' to better represent what they are. They are wee woos.
拡張機能の基本情報
名前 | |
ID | bjembamamfkomnnegenkdiikpgphelac |
公式URL | https://chromewebstore.google.com/detail/wee-woo/bjembamamfkomnnegenkdiikpgphelac |
説明 | You need more wee woo in your life. |
ファイルサイズ | 3.51 KB |
インストール数 | 17 |
現在のバージョン | 0.1 |
最終更新日 | 2016-03-13 |
公開日 | 2016-03-13 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | leahxraexcar |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wee Woo", "description": "You need more wee woo in your life.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |