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によって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to start and stop the endless scrolling down on the pages of sites where this is possible.」です。

拡張機能のスクリーンショット

screenshot

Endless Page Scroller拡張機能のCRXファイルをダウンロード

Endless Page Scroller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        ""
    ]
}