What's The Sound

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

Co je What's The Sound?

What's The Sound je rozšíření Chrome vyvinuté imai, a jeho hlavní funkcí je „Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření What's The Sound

Stáhněte si soubory rozšíření What's The Sound ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
Oficiální URL https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
Popis Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
Velikost souboru 33.67 KB
Počet instalací 1,277
Aktuální Verze 0.3.1
Poslední Aktualizace 2023-12-27
Datum Vydání 2014-06-11
Hodnocení 4.55/5 Celkem 11 Hodnocení
Vývojář imai
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}