Where's that Sound?
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Vad är Where's that Sound??
Where's that Sound? är en Chrome-tillägg utvecklad av http://www.maui.at, och dess huvudfunktion är "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".
Tilläggsskärmbilder
Ladda ner Where's that Sound?-förlängningens CRX-fil
Ladda ner Where's that Sound?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Grundläggande Information om Tillägg
Namn | |
ID | kcjppglmaccmdjnpidgfjmmegofnoddb |
Officiell webbadress | https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb |
Beskrivning | Allows you to find any playing video within your Google+ Stream, even if you scrolled away. |
Filstorlek | 56.58 KB |
Antal Installationer | 36 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2014-05-09 |
Publiceringsdatum | 2014-05-09 |
Utvecklare | http://www.maui.at |
Betalningssätt | free |
Stödda Språk | 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 } |