MinePic Firefox

Examine source code of MinePic

제작자: JoannesJ Add-on
Inspect and view changes in MinePic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MinePic",
  "version": "1.2.0",
  "description": "Open/view images without being blocked by sneaky overlapping elements.",
  "icons": {
    "48": "icon.png",
    "96": "icon-x2.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "menus"
  ]
}

최고의 MinePic 대안

다음은 MinePic과(와) 유사한 Firefox add-on입니다: