Where's that Sound?

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

Cos'è Where's that Sound??

Where's that Sound? è un'estensione di Chrome sviluppata da http://www.maui.at, e la sua funzione principale è "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Where's that Sound?

Scarica i file di estensione Where's that Sound? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
URL Ufficiale https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
Descrizione Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Dimensione del File 56.58 KB
Conteggio Installazioni 36
Versione Corrente 0.0.1
Ultimo Aggiornamento 2014-05-09
Data di Pubblicazione 2014-05-09
Sviluppatore http://www.maui.at
Tipo di Pagamento free
Lingue Supportate 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
}