Click to Fart

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

Cos'è Click to Fart?

Click to Fart è un'estensione di Chrome sviluppata da ramsol, e la sua funzione principale è "A fart sound will be played whenever the mouse is clicked or held down".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Click to Fart

Scarica i file di estensione Click to Fart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Click to Fart Click to Fart
ID lkodepkmpjpbgcfcgnbjinpjbmkbhlja
URL Ufficiale https://chromewebstore.google.com/detail/click-to-fart/lkodepkmpjpbgcfcgnbjinpjbmkbhlja
Descrizione A fart sound will be played whenever the mouse is clicked or held down
Dimensione del File 216 KB
Conteggio Installazioni 251
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-26
Data di Pubblicazione 2023-06-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ramsol
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.earndesignlab.com
Lingue Supportate 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}