Click to Fart
A fart sound will be played whenever the mouse is clicked or held down
What is Click to Fart?
Click to Fart is a Chrome extension developed by ramsol, and its main feature is "A fart sound will be played whenever the mouse is clicked or held down".
Extension Screenshots
Download Click to Fart Extension CRX File
Download Click to Fart extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A fart sound will be played whenever the mouse is clicked or held down
Extension Basic Information
Name | Click to Fart |
ID | lkodepkmpjpbgcfcgnbjinpjbmkbhlja |
Official URL | https://chromewebstore.google.com/detail/click-to-fart/lkodepkmpjpbgcfcgnbjinpjbmkbhlja |
Description | A fart sound will be played whenever the mouse is clicked or held down |
File Size | 216 KB |
Installation Count | 251 |
Current Version | 1.0 |
Last Updated | 2023-06-26 |
Publish Date | 2023-06-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ramsol |
[email protected] | |
Payment Type | free |
Extension Website | http://www.earndesignlab.com |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |