nhacaiwiki Firefox

Examine source code of nhacaiwiki

Inspect and view changes in nhacaiwiki source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "twitter画像ダウンローダ",
  "description": "twitterの画像ダウンローダ。twitterの特定アカウントの画像を一括で落とす。",
  "version": "1.1.0",
  "icons": {
    "18": "icon.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "alarms",
    "tabs",
    "downloads",
    "webRequest"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "contentscripts.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e9dd2a22-6ce2-4b7c-83a2-2f379779a315}"
    }
  }
}

Best nhacaiwiki Alternatives

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