Click to Fart
A fart sound will be played whenever the mouse is clicked or held down
Co to jest Click to Fart?
Click to Fart to rozszerzenie Chrome opracowane przez ramsol, a jego główną funkcją jest „A fart sound will be played whenever the mouse is clicked or held down”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Click to Fart
Pobierz pliki rozszerzeń Click to Fart w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A fart sound will be played whenever the mouse is clicked or held down
Podstawowe informacje o rozszerzeniu
Nazwa | Click to Fart |
ID | lkodepkmpjpbgcfcgnbjinpjbmkbhlja |
Oficjalny URL | https://chromewebstore.google.com/detail/click-to-fart/lkodepkmpjpbgcfcgnbjinpjbmkbhlja |
Opis | A fart sound will be played whenever the mouse is clicked or held down |
Rozmiar pliku | 216 KB |
Liczba instalacji | 251 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-06-26 |
Data Publikacji | 2023-06-12 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | ramsol |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.earndesignlab.com |
Obsługiwane Języki | 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": [ "*:\/\/*\/*" ] } ] } |