What's The Sound

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

Was ist What's The Sound?

What's The Sound ist eine Chrome-Erweiterung, die von imai entwickelt wurde, und ihr Hauptmerkmal ist "Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.".

Erweiterungsscreenshots

screenshot

What's The Sound-Erweiterungs-CRX-Datei herunterladen

Laden Sie What's The Sound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
Offizielle URL https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
Beschreibung Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
Dateigröße 33.67 KB
Installationsanzahl 1,277
Aktuelle Version 0.3.1
Letztes Update 2023-12-27
Veröffentlichungsdatum 2014-06-11
Bewertung 4.55/5 Insgesamt 11 Bewertungen
Entwickler imai
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}