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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to find any playing video within your Google+ Stream, even if you scrolled away."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Where's that Sound? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}