Sounds Plus

Add sound effects to Google Chrome with Sounds Plus!

O que é Sounds Plus?

Sounds Plus é uma extensão do Chrome desenvolvida por Martin Nester, e sua principal característica é "Add sound effects to Google Chrome with Sounds Plus!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sounds Plus

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

                        Web browsing can be so quiet and boring. Have some fun with sound effects. With Sounds Plus you can add sound effects the many events, such as creating a new tab, or pasting text. This extension will change your web browsing experience.                    

Informações Básicas da Extensão

Nome Sounds Plus Sounds Plus
ID hplkfmjhkdpbiekddokeabgcbpoffoee
URL Oficial https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee
Descrição Add sound effects to Google Chrome with Sounds Plus!
Tamanho do Arquivo 4.01 MB
Contagem de Instalações 479
Versão Atual 1.0
Última Atualização 2021-01-28
Data de Publicação 2021-01-28
Classificação 4.17/5 Total de 6 Avaliações
Desenvolvedor Martin Nester
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sounds Plus",
    "version": "1.0",
    "description": "Add sound effects to Google Chrome with Sounds Plus!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Martin",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "sounds\/*"
    ]
}