Click to Fart
A fart sound will be played whenever the mouse is clicked or held down
Apa itu Click to Fart?
Click to Fart adalah ekstensi Chrome yang dikembangkan oleh ramsol, dan fitur utamanya adalah "A fart sound will be played whenever the mouse is clicked or held down".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Click to Fart
Unduh file ekstensi Click to Fart dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A fart sound will be played whenever the mouse is clicked or held down
Informasi Dasar Ekstensi
Nama | Click to Fart |
ID | lkodepkmpjpbgcfcgnbjinpjbmkbhlja |
URL Resmi | https://chromewebstore.google.com/detail/click-to-fart/lkodepkmpjpbgcfcgnbjinpjbmkbhlja |
Deskripsi | A fart sound will be played whenever the mouse is clicked or held down |
Ukuran File | 216 KB |
Jumlah Instalasi | 251 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-06-26 |
Tanggal Publikasi | 2023-06-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | ramsol |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.earndesignlab.com |
Bahasa yang Didukung | 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": [ "*:\/\/*\/*" ] } ] } |