Endless Page Scroller

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

Wat is Endless Page Scroller?

Endless Page Scroller is een Chrome-extensie ontwikkeld door https://namata.ru, en de belangrijkste functie is "This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Endless Page Scroller

Download Endless Page Scroller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Endless Page Scroller Endless Page Scroller
ID elejfbgccaknplepagepnbpflnoomioj
Officiële URL https://chromewebstore.google.com/detail/endless-page-scroller/elejfbgccaknplepagepnbpflnoomioj
Beschrijving This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.
Bestandsgrootte 252 KB
Aantal Installaties 9,000
Huidige Versie 1.1
Laatst Bijgewerkt 2020-03-19
Publicatiedatum 2020-03-19
Beoordeling 2.50/5 Totaal 8 Beoordelingen
Ontwikkelaar https://namata.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://namata.ru/extensions/endlesspagescroller
Help Pagina-URL http://namata.ru/support/thanksforinstall
Ondersteunde Talen 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": [
        ""
    ]
}