Auto Scroll
Extension for lazy ppl
What is Auto Scroll?
Auto Scroll is a Chrome extension developed by drperstry, and its main feature is "Extension for lazy ppl".
Extension Screenshots
Download Auto Scroll Extension CRX File
Download 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
This chrome extension is for scrolling automatically. Can be very helpful for readers and loading pages that haveitems.
Extension Basic Information
Name | Auto Scroll |
ID | pgogpmjdfnolmgihjemjakelopockkgo |
Official URL | https://chromewebstore.google.com/detail/auto-scroll/pgogpmjdfnolmgihjemjakelopockkgo |
Description | Extension for lazy ppl |
File Size | 13.51 KB |
Installation Count | 102 |
Current Version | 1.0.0 |
Last Updated | 2023-09-22 |
Publish Date | 2023-09-21 |
Rating | 5.00/5 Total 4 Ratings |
Developer | drperstry |
[email protected] | |
Payment Type | free |
Supported Languages | en,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "1.0.0", "description": "__MSG_extension_description__", "manifest_version": 3, "author": "Abdulrahman huwais", "permissions": [ "activeTab", "storage" ], "default_locale": "en", "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "popup\/popup.html", "default_title": "Scrolling" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "js": [ "scripts\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "runAt": "document_end" } ] } |