Endless Page Scroller

This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.

What is Endless Page Scroller?

Endless Page Scroller is a Chrome extension developed by https://namata.ru, and its main feature is "This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.".

Extension Screenshots

screenshot

Download Endless Page Scroller Extension CRX File

Download Endless Page Scroller 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 allows you to start and stop the endless scrolling down on the pages of sites where this is possible. Just click on the extension icon and the “Start” button to start scrolling and the “Stop” button to finish it.                    

Extension Basic Information

Name Endless Page Scroller Endless Page Scroller
ID elejfbgccaknplepagepnbpflnoomioj
Official URL https://chromewebstore.google.com/detail/endless-page-scroller/elejfbgccaknplepagepnbpflnoomioj
Description This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.
File Size 252 KB
Installation Count 9,000
Current Version 1.1
Last Updated 2020-03-19
Publish Date 2020-03-19
Rating 2.50/5 Total 8 Ratings
Developer https://namata.ru
Email [email protected]
Payment Type free
Extension Website http://namata.ru/extensions/endlesspagescroller
Help Page URL http://namata.ru/support/thanksforinstall
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Endless Page Scroller",
    "description": "This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}