PopupSound

Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.

O que é PopupSound?

PopupSound é uma extensão do Chrome desenvolvida por em_te, e sua principal característica é "Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PopupSound

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

                        A delightful tool for people who love the joy of sounds to their ears.

When clicking on links that navigate to another page, a quiet "click" sound will be played.

When after a file has finished downloading, a "trumpet" sound pops through the speakers.

When a file which is downloading encounters an error, a "plonk" sound blissfully nudges awake the user.

Why:

The internet is a very bland place where only our visual sense get tickled. Our interactions with the Internet is strangely quiet in a world where all 5 senses usually get bombarded with stimulation.

This extension brings that exhuberating sense back to the Internet by having an audible reaction to our actions sort of like the popups in popup books.                    

Informações Básicas da Extensão

Nome PopupSound PopupSound
ID kjhffdfdniogmdjbgepekhidjbioofia
URL Oficial https://chromewebstore.google.com/detail/popupsound/kjhffdfdniogmdjbgepekhidjbioofia
Descrição Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.
Tamanho do Arquivo 55.29 KB
Contagem de Instalações 473
Versão Atual 0.3
Última Atualização 2021-05-09
Data de Publicação 2020-08-11
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor em_te
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://em-te.github.io/privacy
Idiomas Suportados de,en,fr,nl,es,it,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Terry",
    "version": "0.3",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "32": "icon_32.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "downloads"
    ]
}