What's The Sound

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

What is What's The Sound?

What's The Sound is a Chrome extension developed by imai, and its main feature is "Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.".

Extension Screenshots

screenshot

Download What's The Sound Extension CRX File

Download What's The Sound extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
Official URL https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
Description Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
File Size 33.67 KB
Installation Count 1,277
Current Version 0.3.1
Last Updated 2023-12-27
Publish Date 2014-06-11
Rating 4.55/5 Total 11 Ratings
Developer imai
Email [email protected]
Payment Type free
Supported Languages 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": []
}