Where's that Sound?
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Wat is Where's that Sound??
Where's that Sound? is een Chrome-extensie ontwikkeld door http://www.maui.at, en de belangrijkste functie is "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".
Extensie Screenshots
Download het CRX-bestand van de extensie Where's that Sound?
Download Where's that Sound?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Basisinformatie over de Extensie
Naam | |
ID | kcjppglmaccmdjnpidgfjmmegofnoddb |
Officiële URL | https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb |
Beschrijving | Allows you to find any playing video within your Google+ Stream, even if you scrolled away. |
Bestandsgrootte | 56.58 KB |
Aantal Installaties | 36 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-05-09 |
Publicatiedatum | 2014-05-09 |
Ontwikkelaar | http://www.maui.at |
Betalingswijze | free |
Ondersteunde Talen | 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 } |