Auto Scroller
Simple auto scroller
What is Auto Scroller?
Auto Scroller is a Chrome extension developed by Unknown, and its main feature is "Simple auto scroller".
Extension Screenshots
Download Auto Scroller Extension CRX File
Download Auto Scroller 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
An auto scroller for dynamically generated content. It allows you to scroll to the bottom of the page or to its beginning.
Extension Basic Information
Name | Auto Scroller |
ID | opedpelkjlecfdlbebaggfdajbknjpjk |
Official URL | https://chromewebstore.google.com/detail/auto-scroller/opedpelkjlecfdlbebaggfdajbknjpjk |
Description | Simple auto scroller |
File Size | 15.21 KB |
Installation Count | 106 |
Current Version | 1.0 |
Last Updated | 2022-03-21 |
Publish Date | 2022-03-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Scroller", "description": "Simple auto scroller", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/kibana.png", "32": "\/images\/kibana.png", "48": "\/images\/kibana.png", "128": "\/images\/kibana.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |