Where's that Sound?

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

Co je Where's that Sound??

Where's that Sound? je rozšíření Chrome vyvinuté http://www.maui.at, a jeho hlavní funkcí je „Allows you to find any playing video within your Google+ Stream, even if you scrolled away.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Where's that Sound?

Stáhněte si soubory rozšíření Where's that Sound? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
Oficiální URL https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
Popis Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Velikost souboru 56.58 KB
Počet instalací 36
Aktuální Verze 0.0.1
Poslední Aktualizace 2014-05-09
Datum Vydání 2014-05-09
Vývojář http://www.maui.at
Typ Platby free
Podporované Jazyky 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
}