What's The Sound

Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.

Что такое What's The Sound?

What's The Sound - это расширение Chrome, разработанное imai, и его основная функция - "Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения What's The Sound

Скачайте файлы расширений What's The Sound в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        What's The Sound monitors the audio resources used by the pages you visit. Whenever a website loads a piece of music or sound effect, you can see the URL to the audio by clicking the icon.

The extension is free from ads and it respects your privacy.                    

Основная информация о расширении

Название What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
Официальный URL https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
Описание Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
Размер файла 33.67 KB
Количество установок 1,277
Текущая Версия 0.3.1
Последнее Обновление 2023-12-27
Дата публикации 2014-06-11
Рейтинг 4.55/5 Всего 11 оценок
Разработчик imai
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "0.3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "19": "active19.png",
            "38": "active.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": []
}