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ファイルをダウンロード

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

拡張機能の使用方法

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