Page Auto Scroll

点击右下角的箭头以自动滚动页面。

What is Page Auto Scroll?

Page Auto Scroll is a Chrome extension developed by LeadsCloud, and its main feature is "点击右下角的箭头以自动滚动页面。".

Extension Screenshots

screenshot

Download Page Auto Scroll Extension CRX File

Download Page 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

                        使用“Page Auto Scroll”浏览器插件,点击向下箭头,启动页面自动滚动功能,这样就能拉取到页面所有符合的相关数据,所有数据都被加载完后插件会自动停止滚动。                    

Extension Basic Information

Name Page Auto Scroll Page Auto Scroll
ID ngldkkdhemkpngbljpjlehimgodellph
Official URL https://chromewebstore.google.com/detail/page-auto-scroll/ngldkkdhemkpngbljpjlehimgodellph
Description 点击右下角的箭头以自动滚动页面。
File Size 23.28 KB
Installation Count 419
Current Version 1.3
Last Updated 2023-10-26
Publish Date 2023-09-20
Developer LeadsCloud
Email [email protected]
Payment Type free
Extension Website https://admin.leadscloud.com/Front-Vue/#/login
Help Page URL https://admin.leadscloud.com/Front-Vue/#/login
Privacy Policy Page URL https://admin.leadscloud.com/Front-Vue/leadscloudPrivacyPolicy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Page Auto Scroll",
    "version": "1.3",
    "description": "\u70b9\u51fb\u53f3\u4e0b\u89d2\u7684\u7bad\u5934\u4ee5\u81ea\u52a8\u6eda\u52a8\u9875\u9762\u3002",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}