WebExtension.net
WebExtension.net

Auto Scroll

View on Chrome Web Store
View Auto Scroll Chrome Extension on Chrome Web Store
1.0 (1 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Auto Scroll tool. Works with all websites!
Type
Extension
Users
389 users
3
Save time!
View author page of Save time!
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 27, 2022
Version 1.0
Manifest version
3
Updated
Updated on June 27, 2022
View on Chrome Web Store
View Auto Scroll Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Scroll",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options-page\/index.html",
    "action": {
        "default_popup": "options-page\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content-styles.css"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "offline_enabled": true
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top