Where's that Sound?
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Co to jest Where's that Sound??
Where's that Sound? to rozszerzenie Chrome opracowane przez http://www.maui.at, a jego główną funkcją jest „Allows you to find any playing video within your Google+ Stream, even if you scrolled away.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Where's that Sound?
Pobierz pliki rozszerzeń Where's that Sound? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kcjppglmaccmdjnpidgfjmmegofnoddb |
Oficjalny URL | https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb |
Opis | Allows you to find any playing video within your Google+ Stream, even if you scrolled away. |
Rozmiar pliku | 56.58 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2014-05-09 |
Data Publikacji | 2014-05-09 |
Deweloper | http://www.maui.at |
Typ Płatności | free |
Obsługiwane Języki | 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 } |