Where's that Sound?

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

什么是Where's that Sound??

Where's that Sound?是由http://www.maui.at开发的Chrome扩展程序,该扩展的主要功能是“Allows you to find any playing video within your Google+ Stream, even if you scrolled away.”。

扩展截图

screenshot
screenshot

下载Where's that Sound?扩展crx文件

下载Where's that Sound?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
官方URL https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
简介 Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
文件大小 56.58 KB
安装次数 36
当前版本 0.0.1
更新时间 2014-05-09
上架时间 2014-05-09
开发者 http://www.maui.at
付费类型 free
支持的语言 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
}