Where's that Sound?

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

Was ist Where's that Sound??

Where's that Sound? ist eine Chrome-Erweiterung, die von http://www.maui.at entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".

Erweiterungsscreenshots

screenshot
screenshot

Where's that Sound?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Where's that Sound?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
Offizielle URL https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
Beschreibung Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Dateigröße 56.58 KB
Installationsanzahl 36
Aktuelle Version 0.0.1
Letztes Update 2014-05-09
Veröffentlichungsdatum 2014-05-09
Entwickler http://www.maui.at
Zahlungsart free
Unterstützte Sprachen 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
}