Chrome Auto Scroll
Automatically scroll a web page
What is Chrome Auto Scroll?
Chrome Auto Scroll is a Chrome extension developed by MichaelStanden, and its main feature is "Automatically scroll a web page".
Extension Screenshots
Download Chrome Auto Scroll Extension CRX File
Download Chrome Auto Scroll 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
Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text.
Extension Basic Information
Name | Chrome Auto Scroll |
ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
Official URL | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
Description | Automatically scroll a web page |
File Size | 10.18 KB |
Installation Count | 3,053 |
Current Version | 1.0 |
Last Updated | 2015-11-22 |
Publish Date | 2015-11-22 |
Rating | 2.57/5 Total 14 Ratings |
Developer | MichaelStanden |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Auto Scroll", "description": "Automatically scroll a web page", "version": "1.0", "author": "Michael Standen", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "default_title": "Auto Scroll (OFF)" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html" } |