Chrome Sounds

Enjoy a more magical and immersive experience when browsing the web using the power of sound.

O que é Chrome Sounds?

Chrome Sounds é uma extensão do Chrome desenvolvida por https://domainerelite.com, e sua principal característica é "Enjoy a more magical and immersive experience when browsing the web using the power of sound.".

Baixar o arquivo CRX da Extensão Chrome Sounds

Baixe arquivos de extensão Chrome Sounds 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

                                            

Informações Básicas da Extensão

Nome Chrome Sounds Chrome Sounds
ID aadagjoijpbjdaekhhfjnlagpjdelhbg
URL Oficial https://chromewebstore.google.com/detail/chrome-sounds/aadagjoijpbjdaekhhfjnlagpjdelhbg
Descrição Enjoy a more magical and immersive experience when browsing the web using the power of sound.
Tamanho do Arquivo 30.47 KB
Contagem de Instalações 36
Versão Atual 1.2
Última Atualização 2017-03-31
Data de Publicação 2017-03-30
Desenvolvedor https://domainerelite.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Sounds",
    "version": "1.2",
    "description": "Enjoy a more magical and immersive experience when browsing the web using the power of sound.",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}