iGetter Extension

iGetter Extension

Adds iGetter contextual menu commands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "iGetter Extension",
  "short_name": "iGetter Ext.",
  "description": "__MSG_description__",
  "version": "3.0.0.0",
  "manifest_version": 2,
  "homepage_url": "http://www.igetter.net/faq.html#q2-25",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "helper.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "default_locale": "en",
  "permissions": [
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*",
    "ftp://*/*",
    "contextMenus",
    "nativeMessaging",
    "downloads",
    "webNavigation",
    "notifications",
    "storage"
  ],
  "icons": {
    "16": "iGetter16.png",
    "48": "iGetter48.png",
    "128": "iGetter128.png"
  },
  "web_accessible_resources": [
    "iGetter128.png"
  ]
}