fantia-dl-tool

fantia-dl-tool

A tool to batch DL all media for Fantia posts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "fantia-dl-tool",
  "description": "__MSG_description__",
  "version": "3.8.1",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://fantia.jp/posts/*",
        "https://fantia.jp/fanclubs/*/backnumbers*"
      ],
      "js": [
        "content/index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background/index.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options/index.html",
    "chrome_style": true,
    "browser_style": true
  },
  "permissions": [
    "downloads",
    "contextMenus",
    "storage"
  ]
}