Where's that Sound?

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

Where's that Sound? là gì?

Where's that Sound? là một tiện ích mở rộng Chrome được phát triển bởi http://www.maui.at, và tính năng chính của nó là "Allows you to find any playing video within your Google+ Stream, even if you scrolled away.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Where's that Sound?

Tải xuống các tệp mở rộng Where's that Sound? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Where's that Sound? Where's that Sound?
ID kcjppglmaccmdjnpidgfjmmegofnoddb
URL Chính Thức https://chrome.google.com/webstore/detail/wheres-that-sound/kcjppglmaccmdjnpidgfjmmegofnoddb
Mô tả Allows you to find any playing video within your Google+ Stream, even if you scrolled away.
Kích Thước Tệp 56.58 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-05-09
Ngày Phát Hành 2014-05-09
Nhà Phát Triển http://www.maui.at
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}