AutoScroll
This extension is a basic extension to scroll any page automatically for every 3 secs
What is AutoScroll?
AutoScroll is a Chrome extension developed by sanatom, and its main feature is "This extension is a basic extension to scroll any page automatically for every 3 secs".
Download AutoScroll Extension CRX File
Download AutoScroll 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
This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.
Extension Basic Information
Name | |
ID | bkbnpehigfkkkpeohecjmckohmjcafjd |
Official URL | https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd |
Description | This extension is a basic extension to scroll any page automatically for every 3 secs |
File Size | 5.92 KB |
Installation Count | 50 |
Current Version | 1.0 |
Last Updated | 2015-05-10 |
Publish Date | 2015-05-10 |
Developer | sanatom |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoScroll", "description": "This extension is a basic extension to scroll any page automatically for every 3 secs", "version": "1.0", "browser_action": { "default_icon": "autoscroll.png", "default_popup": "scroll.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |