Click to Fart

A fart sound will be played whenever the mouse is clicked or held down

O que é Click to Fart?

Click to Fart é uma extensão do Chrome desenvolvida por ramsol, e sua principal característica é "A fart sound will be played whenever the mouse is clicked or held down".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Click to Fart

Baixe arquivos de extensão Click to Fart 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 fart sound will be played whenever the mouse is clicked or held down                    

Informações Básicas da Extensão

Nome Click to Fart Click to Fart
ID lkodepkmpjpbgcfcgnbjinpjbmkbhlja
URL Oficial https://chromewebstore.google.com/detail/click-to-fart/lkodepkmpjpbgcfcgnbjinpjbmkbhlja
Descrição A fart sound will be played whenever the mouse is clicked or held down
Tamanho do Arquivo 216 KB
Contagem de Instalações 251
Versão Atual 1.0
Última Atualização 2023-06-26
Data de Publicação 2023-06-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ramsol
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.earndesignlab.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click to Fart",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "description": "A fart sound will be played whenever the mouse is clicked or held down",
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "click_sound.mp3",
                "long_click_sound.mp3"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}