Endless Page Scroller

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

ما هو Endless Page Scroller؟

Endless Page Scroller هو إضافة Chrome تم تطويرها بواسطة https://namata.ru، والميزة الرئيسية لها هي "This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Endless Page Scroller

قم بتنزيل ملفات الامتداد Endless Page Scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Endless Page Scroller Endless Page Scroller
ID elejfbgccaknplepagepnbpflnoomioj
عنوان URL الرسمي https://chromewebstore.google.com/detail/endless-page-scroller/elejfbgccaknplepagepnbpflnoomioj
الوصف This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.
حجم الملف 252 KB
عدد التثبيتات 9,000
النسخة الحالية 1.1
آخر تحديث 2020-03-19
تاريخ النشر 2020-03-19
تقييم 2.50/5 مجموع تقييمات 8
المطور https://namata.ru
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://namata.ru/extensions/endlesspagescroller
عنوان صفحة المساعدة http://namata.ru/support/thanksforinstall
اللغات المدعومة 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": [
        ""
    ]
}