What's The Sound

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

Hvad er What's The Sound?

What's The Sound er en Chrome-udvidelse udviklet af imai, og dens hovedfunktion er "Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.".

Udvidelsesskærmbilleder

screenshot

Download What's The Sound-udvidelses-CRX-fil

Download What's The Sound-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
Officiel URL https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
Beskrivelse Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
Filstørrelse 33.67 KB
Antal Installationer 1,277
Nuværende Version 0.3.1
Senest Opdateret 2023-12-27
Udgivelsesdato 2014-06-11
Bedømmelse 4.55/5 Samlet 11 Bedømmelser
Udvikler imai
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": []
}