Endless Page Scroller

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

Apa itu Endless Page Scroller?

Endless Page Scroller adalah ekstensi Chrome yang dikembangkan oleh https://namata.ru, dan fitur utamanya adalah "This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Endless Page Scroller

Unduh file ekstensi Endless Page Scroller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Endless Page Scroller Endless Page Scroller
ID elejfbgccaknplepagepnbpflnoomioj
URL Resmi https://chromewebstore.google.com/detail/endless-page-scroller/elejfbgccaknplepagepnbpflnoomioj
Deskripsi This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.
Ukuran File 252 KB
Jumlah Instalasi 9,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-03-19
Tanggal Publikasi 2020-03-19
Penilaian 2.50/5 Total 8 Penilaian
Pengembang https://namata.ru
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://namata.ru/extensions/endlesspagescroller
URL Halaman Bantuan http://namata.ru/support/thanksforinstall
Bahasa yang Didukung 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": [
        ""
    ]
}