InstaZoom Firefox

Examine source code of InstaZoom

提供元: BIkarys
Inspect and view changes in InstaZoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "InstaZoom",
  "version": "1.1",
  "description": "Help to display large photo from instagram.",
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "InstaZoom"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "instazoom_content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "instazoom_background.js"
    ]
  }
}

ベストのInstaZoom代替案

InstaZoomに類似したFirefox add-onをいくつか紹介します: