Background Notification Sound

Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.

O que é Background Notification Sound?

Background Notification Sound é uma extensão do Chrome desenvolvida por Safe SA, e sua principal característica é "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Background Notification Sound

Baixe arquivos de extensão Background Notification 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

                        Play a Notification Sound when receiving a message in the background with service worker at https://www.safesa.co.za/track. Also keep chrome running in background to receive messages even if it closes.                    

Informações Básicas da Extensão

Nome Background Notification Sound Background Notification Sound
ID diadblmpfmoecighhdmalpahghimodil
URL Oficial https://chromewebstore.google.com/detail/background-notification-s/diadblmpfmoecighhdmalpahghimodil
Descrição Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.
Tamanho do Arquivo 86.34 KB
Contagem de Instalações 1,424
Versão Atual 0.4
Última Atualização 2018-10-08
Data de Publicação 2018-10-07
Classificação 2.00/5 Total de 6 Avaliações
Desenvolvedor Safe SA
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": "Background Notification Sound",
    "description": "Play a Notification Sound when receiving a message in the background with service worker. Also keep chrome running in background.",
    "version": "0.4",
    "icons": {
        "16": "sound16.png",
        "32": "sound32.png",
        "48": "sound48.png",
        "128": "sound128.png"
    },
    "web_accessible_resources": [
        "sound16.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "https:\/\/*.playsound\/"
    ]
}