Pixiv Info Saver Firefox

Examine source code of Pixiv Info Saver

Inspect and view changes in Pixiv Info Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pixiv Info Saver",
  "version": "1.3",
  "description": "Save Pixiv artist name and tags to a file or clipboard.",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "clipboardWrite",
    "clipboardRead"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.pixiv.net/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self'; object-src 'none'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{52c18ecb-65c2-47d4-86a4-6916bac15dcf}"
    }
  }
}

Best Pixiv Info Saver Alternatives

Here are some Firefox add-ons that are similar to Pixiv Info Saver: