PixivDetector Firefox

Examine source code of PixivDetector

By: ChiaYen
Inspect and view changes in PixivDetector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PixivDetector",
  "version": "0.17",
  "description": "Tool for detect pixiv member url in page",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "src/browser.js",
      "src/pageAction.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/browser.js",
        "src/content.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": "data/pixiv-32.png"
  },
  "applications": {
    "gecko": {
      "id": "@pixivdetector"
    }
  }
}

Best PixivDetector Alternatives

Here are some Firefox add-ons that are similar to PixivDetector: