Where's that Sound?
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Where's that Sound?とは何ですか?
Where's that Sound?はhttp://www.maui.atによって開発されたChromeの拡張機能で、その主な機能は「Allows you to find any playing video within your Google+ Stream, even if you scrolled away.」です。
拡張機能のスクリーンショット
Where's that Sound?拡張機能のCRXファイルをダウンロード
Where's that Sound?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
拡張機能の基本情報
名前 | |
ID | kcjppglmaccmdjnpidgfjmmegofnoddb |
公式URL | https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb |
説明 | Allows you to find any playing video within your Google+ Stream, even if you scrolled away. |
ファイルサイズ | 56.58 KB |
インストール数 | 36 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-05-09 |
公開日 | 2014-05-09 |
開発者 | http://www.maui.at |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Where's that Sound?", "version": "0.0.1", "author": "Sebastian Mauer", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "css": [ "wts.css" ], "all_frames": true, "js": [ "jquery.js", "wts.js" ] } ], "web_accessible_resources": [ "*.png" ], "manifest_version": 2 } |