uAutoPagerize

A browser Extension for auto loading paginated web pages!!!

uAutoPagerize란 무엇입니까?

uAutoPagerize은(는) Griever에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser Extension for auto loading paginated web pages!!!"입니다.

확장 프로그램 스크린샷

screenshot

uAutoPagerize 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *What's this
This is an extension that provides infinite scrolling on various sites.

It is a derivative of AutoPagerize.
It is an extension that automatically loads and appends the "next page" in Google search, blogs, etc.


* How to use
When you scroll to the bottom of the page, the page will be added without your permission.
When you cannot use the comment box due to the addition, click the green icon in the page to pause it.

This may not work well on sites that change pages dynamically using JavaScript.
In that case, right-click on the toolbar icon and select "Disable on this page".


*About Supported Sites
Currently, more than 3000 sites are supported.
We are using a database created by volunteers (thanks).
http://wedata.net/databases/AutoPagerize/items                    

확장 프로그램 기본 정보

이름 uAutoPagerize uAutoPagerize
ID kdplapeciagkkjoignnkfpbfkebcfbpb
공식 URL https://chromewebstore.google.com/detail/uautopagerize/kdplapeciagkkjoignnkfpbfkebcfbpb
설명 A browser Extension for auto loading paginated web pages!!!
파일 크기 320 KB
설치 횟수 35,614
현재 버전 0.2.6.18
최근 업데이트 2024-03-02
출시 날짜 2020-07-04
평점 4.36/5 총 59 개의 평점
개발자 Griever
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.2.6.18",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/nlab.itmedia.co.jp\/*\/articles\/*"
            ],
            "js": [
                "data\/site\/nlab.itmedia.co.jp.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "data\/uautopagerize.css"
            ],
            "js": [
                "\/data\/uautopagerize.js",
                "\/data\/buildin-base.js",
                "\/data\/buildin-items.js",
                "\/data\/buildin-nextLink.js",
                "\/data\/buildin-pager-items.js",
                "\/data\/show-elements.js",
                "\/data\/site\/site-iroiro.js",
                "\/data\/sns-embed.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.pixiv.net\/*"
            ],
            "js": [
                "data\/site\/pixiv.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.softbank.jp\/sbnews\/*"
            ],
            "js": [
                "data\/site\/sbnews.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/wedata.net\/items\/*\/edit",
                "http:\/\/wedata.net\/databases\/AutoPagerize\/items\/new"
            ],
            "js": [
                "data\/site\/wedata-edit.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "data\/init-entry.js"
            ]
        }
    ],
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-64.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/disable-16.png"
        }
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "sandbox": {
        "pages": [
            "data\/sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/site\/wedata-edit.css",
                "\/data\/site\/platform.twitter.com_widgets.js",
                "\/data\/site\/secure.assets.tumblr.com_post.js",
                "\/data\/site\/tiktok.com_embed_v1.0.10.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "manifest_version": 3
}