Where's that Sound?
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
What is Where's that Sound??
Where's that Sound? is a Chrome extension developed by http://www.maui.at, and its main feature is "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".
Extension Screenshots
Download Where's that Sound? Extension CRX File
Download Where's that Sound? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Extension Basic Information
Name | |
ID | kcjppglmaccmdjnpidgfjmmegofnoddb |
Official URL | https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb |
Description | Allows you to find any playing video within your Google+ Stream, even if you scrolled away. |
File Size | 56.58 KB |
Installation Count | 36 |
Current Version | 0.0.1 |
Last Updated | 2014-05-09 |
Publish Date | 2014-05-09 |
Developer | http://www.maui.at |
Payment Type | free |
Supported Languages | 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 } |