FartScroll
Back and better than ever!
What is FartScroll?
FartScroll is a Chrome extension developed by chris.windings, and its main feature is "Back and better than ever!".
Extension Screenshots
Download FartScroll Extension CRX File
Download FartScroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | FartScroll |
ID | digncopodglakoobkmpjlcebengmmbln |
Official URL | https://chromewebstore.google.com/detail/fartscroll/digncopodglakoobkmpjlcebengmmbln |
Description | Back and better than ever! |
File Size | 4.26 KB |
Installation Count | 193 |
Current Version | 1.0 |
Last Updated | 2022-03-28 |
Publish Date | 2022-03-27 |
Rating | 3.00/5 Total 1 Ratings |
Developer | chris.windings |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |