Where's that Sound?

Allows you to find any playing video within your Google+ Stream, even if you scrolled away.

¿Qué es Where's that Sound??

Where's that Sound? es una extensión de Chrome desarrollada por http://www.maui.at, y su función principal es "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Where's that Sound?

Descarga archivos de extensión Where's that Sound? en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Allows you to find any playing video within your Google+ Stream, even if you scrolled away.                    

Información Básica de la Extensión

Nombre Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
URL Oficial https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
Descripción Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Tamaño del Archivo 56.58 KB
Cantidad de Instalaciones 36
Versión Actual 0.0.1
Última Actualización 2014-05-09
Fecha de Publicación 2014-05-09
Desarrollador http://www.maui.at
Tipo de Pago free
Idiomas Soportados 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
}