アキバエクスプローラー Plugin Firefox

Examine source code of アキバエクスプローラー Plugin

By: ryouta
Inspect and view changes in アキバエクスプローラー Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "アキバエクスプローラー Plugin",
  "version": "1.3.0",
  "description": "アニメグッズの店舗特典まとめを手軽に確認できます",
  "icons": {
    "48": "icons/icon-48x48.png",
    "96": "icons/icon-96x96.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16x16.png",
      "36": "icons/icon-36x36.png"
    },
    "default_title": "メニュー(アキバエクスプローラー)",
    "default_popup": "popup/popup.html"
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/icon-16x16.png",
      "36": "icons/icon-36x36.png"
    },
    "default_title": "特典まとめを確認する"
  },
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "lib/lib.js",
      "lib/common.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "lib/jquery.min.js",
        "lib/lib.js",
        "lib/common.js",
        "main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "lib/jquery.min.js",
    "lib/lib.js"
  ]
}

Best アキバエクスプローラー Plugin Alternatives

Here are some Firefox add-ons that are similar to アキバエクスプローラー Plugin: