Where's that Sound?

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

Qu'est-ce que Where's that Sound? ?

Where's that Sound? est une extension Chrome développée par http://www.maui.at, et sa fonction principale est "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Where's that Sound?

Téléchargez les fichiers d'extension Where's that Sound? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
URL Officiel https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
Description Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Taille du Fichier 56.58 KB
Nombre d'Installations 36
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-05-09
Date de Publication 2014-05-09
Développeur http://www.maui.at
Type de Paiement free
Langues Prises en Charge 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
}