PixivDownloader EX

You can download the images, comics and novels easily from Pixiv!

PixivDownloader EX là gì?

PixivDownloader EX là một tiện ích mở rộng Chrome được phát triển bởi https://orca-soft.net/web, và tính năng chính của nó là "You can download the images, comics and novels easily from Pixiv!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PixivDownloader EX

Tải xuống các tệp mở rộng PixivDownloader EX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With Pixiv Downloader EX, you can download 'ugoira' as video files (such as AVI, WebM, etc.), APNG, GIF animations, SVG, and more. It also offers features such as sorting illustrations into folders based on various criteria like author or time, compiling manga into ZIP files, a function to see if an illustration on the list page has already been downloaded, bulk download functionality, and many other convenient features. The basic functions are free forever. You can try premium features free for one month, so please take advantage of this opportunity.

About Premium Features:

To use all premium features of Pixiv Downloader EX, there is a monthly fee of 195 yen. Basic functions are available for free, but some functions, such as downloading 'ugoira,' are limited. For first-time users, there is a special offer to try all features free for one month, so please take this opportunity to experience it.

List of Premium Features:

- Automatically sort illustrations into folders, which you can name. Depending on how you use it, you can sort by author, by date, and more.
- Save ugoira as ZIP files and play them with a dedicated player. You can also save each frame separately, or as video files (AVI, WebM, etc.), APNG, GIF animations, SVG, etc.
- Compress and save manga in ZIP format. Manga can be saved in a format that adds a zero in front of the page numbers for easier viewing in manga viewers.
- Easily identify whether an illustration or novel has already been downloaded from the list page.
- Add a one-click save button to thumbnails.
- Save comments, captions, etc., in text format.
- Save novels with illustrations included, and use many other features.
- Share download history with other PCs.
- Access batch download functionality.
- Various other features are available for use.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PixivDownloader EX PixivDownloader EX
ID mpeoelpkgbnhobojpafdpopjkmeodpaj
URL Chính Thức https://chromewebstore.google.com/detail/pixivdownloader-ex/mpeoelpkgbnhobojpafdpopjkmeodpaj
Mô tả You can download the images, comics and novels easily from Pixiv!
Kích Thước Tệp 517 KB
Số Lần Cài Đặt 26,837
Phiên Bản Hiện Tại 1.7.50.213
Cập Nhật Lần Cuối 2024-01-20
Ngày Phát Hành 2020-04-09
Đánh Giá 4.14/5 Tổng số 111 Đánh Giá
Nhà Phát Triển https://orca-soft.net/web
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://orca-soft.net/web/
URL Trang Trợ Giúp https://orca-soft.net/info/support.php
URL Trang Chính Sách Bảo Mật https://orca-soft.net/chrome/pd/html/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "version": "1.7.50.213",
    "description": "__MSG_extentionDescription__",
    "options_page": "options.html",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "jq.js",
                "sh.js",
                "ex\/jszip.js",
                "ex\/encoding.js",
                "return.js"
            ],
            "matches": [
                "http:\/\/*.pixiv.net\/*",
                "https:\/\/*.pixiv.net\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/app16.png",
        "19": "icons\/app19.png",
        "32": "icons\/app32.png",
        "38": "icons\/app38.png",
        "48": "icons\/app48.png",
        "64": "icons\/app64.png",
        "128": "icons\/app128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/app19.png",
            "38": "icons\/app38.png"
        },
        "default_title": "__MSG_extentionTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.pixiv.net\/",
        "https:\/\/*.pixiv.net\/",
        "http:\/\/*.pximg.net\/",
        "https:\/\/*.pximg.net\/",
        "http:\/\/orca-soft.net\/",
        "https:\/\/orca-soft.net\/"
    ],
    "optional_permissions": [
        "storage",
        "unlimitedStorage",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.pixiv.net\/",
        "https:\/\/*.pixiv.net\/",
        "http:\/\/*.pximg.net\/",
        "https:\/\/*.pximg.net\/",
        "http:\/\/orca-soft.net\/",
        "https:\/\/orca-soft.net\/"
    ],
    "content_security_policy": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self' 'unsafe-eval'; style-src 'self' http:\/\/* https:\/\/* data: 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*; frame-src 'self' http:\/\/* https:\/\/*;  font-src data:",
    "web_accessible_resources": [
        "jq.js",
        "sh.js",
        "style.css",
        "options.html",
        "downloaded.png",
        "update_icon.png",
        "ex\/gi.js",
        "ex\/mj.js",
        "ex\/ap.js",
        "ex\/xn.js",
        "ex\/wh.js",
        "welcome.html",
        "license.html",
        "support.html",
        "nolicense.png"
    ]
}