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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Endless Page Scroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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": [
        ""
    ]
}