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 |
电子邮箱 | [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" ] } ] } |