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
}