Pixiv Downloader

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

Pixiv Downloader क्या है?

Pixiv Downloader https://orca-soft.net/web द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can download the images, comics and novels easily from Pixiv!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pixiv Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - About Pixiv Downloader

This is an extension that automatically names files and downloads illustrations, comics, and novels from Pixiv. The method for setting file names is fully compatible with the ank pixiv tool. We also offer features that make using Pixiv more comfortable, such as the ability to enlarge illustrations on the list page.

- Introducing Pixiv Downloader EX

While the basic functions of Pixiv Downloader are available for free indefinitely, purchasing a license allows you to upgrade to Pixiv Downloader EX. In Pixiv Downloader EX, it is possible to download Ugoira as video files (AVI, Webm, etc.), APNG, GIF animations, SVG, etc. It also adds various convenient features, such as the ability to sort illustrations into folders based on various criteria like author or time, bundle comics into ZIP files, a function to tell if an illustration has already been downloaded from the list page, and a bulk download feature. You can try the premium features for free for one month, so please take advantage of it.

- Regarding Bugs and Improvements

If you have any bugs, improvements, or requests, please contact us through "Comments, Requests, and Bug Reports" in the Pixiv downloader settings.                    

एक्सटेंशन की मूल जानकारी

नाम Pixiv Downloader Pixiv Downloader
ID fnbkeopcpjainobjebddfcnnknmfipid
आधिकारिक URL https://chromewebstore.google.com/detail/pixiv-downloader/fnbkeopcpjainobjebddfcnnknmfipid
विवरण You can download the images, comics and novels easily from Pixiv!
फ़ाइल का आकार 562 KB
स्थापना संख्या 71,458
वर्तमान संस्करण 1.7.50.213
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2020-02-22
रेटिंग 4.22/5 कुल 497 रेटिंग्स
डेवलपर https://orca-soft.net/web
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://orca-soft.net/web/
सहायता पृष्ठ URL https://orca-soft.net/info/support.php?service=2
गोपनीयता नीति पृष्ठ URL https://orca-soft.net/chrome/pd/html/privacy_policy.html
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitleFree__",
    "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_free\/app16.png",
        "19": "icons_free\/app19.png",
        "32": "icons_free\/app32.png",
        "38": "icons_free\/app38.png",
        "48": "icons_free\/app48.png",
        "64": "icons_free\/app64.png",
        "128": "icons_free\/app128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons_free\/app19.png",
            "38": "icons_free\/app38.png"
        },
        "default_title": "__MSG_extentionTitleFree__",
        "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"
    ]
}