Pixiv Downloader

Pixiv Downloader

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

Merlin
Additional files are visible only to premium users

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"
  ]
}