What's The Sound

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

O que é What's The Sound?

What's The Sound é uma extensão do Chrome desenvolvida por imai, e sua principal característica é "Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão What's The Sound

Baixe arquivos de extensão What's The Sound no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
URL Oficial https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
Descrição Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
Tamanho do Arquivo 33.67 KB
Contagem de Instalações 1,277
Versão Atual 0.3.1
Última Atualização 2023-12-27
Data de Publicação 2014-06-11
Classificação 4.55/5 Total de 11 Avaliações
Desenvolvedor imai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}