Fantia downloader

Fantia downloader

This extension is Modified from Fantia-Downloader-tampermonkey.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "3.1.8",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "author": "suzumiyahifumi",
  "icons": {
    "64": "icon_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://fantia.jp/posts/*",
        "https://fantia.jp/fanclubs/*/backnumbers*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "FantiaDownloader.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "resources": [
        "jquery-3.4.1.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "resources": [
        "jszip.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}