InstaImageExtractor Firefox

Examine source code of InstaImageExtractor

제작자: Redirect
Inspect and view changes in InstaImageExtractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "InstaImageExtracter",
  "description": "Easy get full-sized images or videos from Instagram pages from the context menu",
  "version": "1.0",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.instagram.com/*",
        "https://instagram.com/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "menus"
  ],
  "browser_action": {
    "default_title": "InstaImageExtracter",
    "default_icon": "icon_128.png",
    "default_popup": "popup.html"
  }
}

최고의 InstaImageExtractor 대안

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