Px Downloader

Download illust, manga, ugoira(animation) and novel from Pixiv

Px Downloader란 무엇입니까?

Px Downloader은(는) rndom.hack에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download illust, manga, ugoira(animation) and novel from Pixiv"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This chrome extension allows you to download illust, manga, ugoira(animation) and novel from Pixiv.
Once installed, "Px Downloader" button added to work pages.
You can easily download by clicking the button.                    

확장 프로그램 기본 정보

이름 Px Downloader Px Downloader
ID bcbibglkpaimhgmoomembjhclhipoack
공식 URL https://chromewebstore.google.com/detail/px-downloader/bcbibglkpaimhgmoomembjhclhipoack
설명 Download illust, manga, ugoira(animation) and novel from Pixiv
파일 크기 76.86 KB
설치 횟수 71,698
현재 버전 3.5.0
최근 업데이트 2020-12-03
출시 날짜 2020-02-24
평점 4.26/5 총 176 개의 평점
개발자 rndom.hack
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://rndomhack.com/2016/01/15/px-downloader/
지원되는 언어 en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Px Downloader",
    "version": "3.5.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "author": "rndomhack",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon19.png",
            "38": "icon\/icon38.png"
        },
        "default_title": "Px Downloader"
    },
    "background": {
        "scripts": [
            "lib\/browser.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pixiv.net\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "lib\/browser.js",
                "lib\/jszip.min.js",
                "lib\/gif.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.pixiv.net\/",
        "*:\/\/*.pximg.net\/",
        "*:\/\/*.techorus-cdn.com\/"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{a3650a89-273e-474b-9e32-46ba5397cf46}"
        }
    }
}