What's The Sound

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

¿Qué es What's The Sound?

What's The Sound es una extensión de Chrome desarrollada por imai, y su función principal es "Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión What's The Sound

Descarga archivos de extensión What's The Sound en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
URL Oficial https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
Descripción Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
Tamaño del Archivo 33.67 KB
Cantidad de Instalaciones 1,277
Versión Actual 0.3.1
Última Actualización 2023-12-27
Fecha de Publicación 2014-06-11
Calificación 4.55/5 Total de 11 Calificaciones
Desarrollador imai
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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": []
}