Where's that Sound?
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
O que é Where's that Sound??
Where's that Sound? é uma extensão do Chrome desenvolvida por http://www.maui.at, e sua principal característica é "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Where's that Sound?
Baixe arquivos de extensão Where's that Sound? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Informações Básicas da Extensão
Nome | |
ID | kcjppglmaccmdjnpidgfjmmegofnoddb |
URL Oficial | https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb |
Descrição | Allows you to find any playing video within your Google+ Stream, even if you scrolled away. |
Tamanho do Arquivo | 56.58 KB |
Contagem de Instalações | 36 |
Versão Atual | 0.0.1 |
Última Atualização | 2014-05-09 |
Data de Publicação | 2014-05-09 |
Desenvolvedor | http://www.maui.at |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |