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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |