Px Downloader

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

Px Downloaderคืออะไร?

Px Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rndom.hack และคุณลักษณะหลักของมันคือ "Download illust, manga, ugoira(animation) and novel from Pixiv"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Px Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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}"
        }
    }
}