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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}