Pixiv Animat Downloader Extension

Pixiv Animat Downloader Extension

Pixiv动画图片下载工具扩展,需要配合PixivAnimatDownloader程序使用。 by magami

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "check.min.js",
        "loader.js"
      ],
      "matches": [
        "*://*.pixiv.net/*"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "jquery.min.js",
      "json5.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon128.png"
  },
  "web_accessible_resources": [
    "loader.js",
    "loader.css",
    "jquery.min.js",
    "toastr.min.js",
    "toastr.min.css"
  ],
  "permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "*://127.0.0.1/*",
    "*://*.pixiv.net/*",
    "*://*.pximg.net/*",
    "*://pixiv-search.wifi169.com/*"
  ],
  "description": "Pixiv动画图片下载工具扩展,需要配合PixivAnimatDownloader程序使用。 by magami",
  "name": "Pixiv Animat Downloader Extension",
  "version": "1.0.11",
  "icons": {
    "128": "icon128.png"
  }
}