FartScroll
Back and better than ever!
FartScrollとは何ですか?
FartScrollはchris.windingsによって開発されたChromeの拡張機能で、その主な機能は「Back and better than ever!」です。
拡張機能のスクリーンショット
FartScroll拡張機能のCRXファイルをダウンロード
FartScroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A quick, fun prank for a coworker who leaves their computer unlocked... 💩 Once installed, this extension will play a random fart noise when scrolling down any web page. A quick note: Because of how the browser works, the fart noise will only play after you interact (by clicking on something) and scroll the page. Sometimes this makes the plugin even more unpredictable and hilarious!
拡張機能の基本情報
名前 | FartScroll |
ID | digncopodglakoobkmpjlcebengmmbln |
公式URL | https://chromewebstore.google.com/detail/fartscroll/digncopodglakoobkmpjlcebengmmbln |
説明 | Back and better than ever! |
ファイルサイズ | 4.26 KB |
インストール数 | 193 |
現在のバージョン | 1.0 |
最終更新日 | 2022-03-28 |
公開日 | 2022-03-27 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | chris.windings |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FartScroll", "description": "Back and better than ever!", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "index.js" ] } ] } |