Endless Page Scroller

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

Qu'est-ce que Endless Page Scroller ?

Endless Page Scroller est une extension Chrome développée par https://namata.ru, et sa fonction principale est "This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Endless Page Scroller

Téléchargez les fichiers d'extension Endless Page Scroller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Endless Page Scroller Endless Page Scroller
ID elejfbgccaknplepagepnbpflnoomioj
URL Officiel 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.
Taille du Fichier 252 KB
Nombre d'Installations 9,000
Version Actuelle 1.1
Dernière Mise à Jour 2020-03-19
Date de Publication 2020-03-19
Évaluation 2.50/5 Total 8 Évaluations
Développeur https://namata.ru
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://namata.ru/extensions/endlesspagescroller
URL de la Page d'Aide http://namata.ru/support/thanksforinstall
Langues Prises en Charge 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": [
        ""
    ]
}