Click to Fart
A fart sound will be played whenever the mouse is clicked or held down
Click to Fartとは何ですか?
Click to Fartはramsolによって開発されたChromeの拡張機能で、その主な機能は「A fart sound will be played whenever the mouse is clicked or held down」です。
拡張機能のスクリーンショット
Click to Fart拡張機能のCRXファイルをダウンロード
Click to Fart拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A fart sound will be played whenever the mouse is clicked or held down
拡張機能の基本情報
名前 | Click to Fart |
ID | lkodepkmpjpbgcfcgnbjinpjbmkbhlja |
公式URL | https://chromewebstore.google.com/detail/click-to-fart/lkodepkmpjpbgcfcgnbjinpjbmkbhlja |
説明 | A fart sound will be played whenever the mouse is clicked or held down |
ファイルサイズ | 216 KB |
インストール数 | 251 |
現在のバージョン | 1.0 |
最終更新日 | 2023-06-26 |
公開日 | 2023-06-12 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ramsol |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.earndesignlab.com |
対応言語 | 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": [ "*:\/\/*\/*" ] } ] } |