Click to Fart

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

Wat is Click to Fart?

Click to Fart is een Chrome-extensie ontwikkeld door ramsol, en de belangrijkste functie is "A fart sound will be played whenever the mouse is clicked or held down".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click to Fart

Download Click to Fart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Click to Fart Click to Fart
ID lkodepkmpjpbgcfcgnbjinpjbmkbhlja
Officiële URL https://chromewebstore.google.com/detail/click-to-fart/lkodepkmpjpbgcfcgnbjinpjbmkbhlja
Beschrijving A fart sound will be played whenever the mouse is clicked or held down
Bestandsgrootte 216 KB
Aantal Installaties 251
Huidige Versie 1.0
Laatst Bijgewerkt 2023-06-26
Publicatiedatum 2023-06-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ramsol
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.earndesignlab.com
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}