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? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.maui.at และคุณลักษณะหลักของมันคือ "Allows you to find any playing video within your Google+ Stream, even if you scrolled away."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Where's that Sound?

ดาวน์โหลดไฟล์ส่วนขยาย 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
}