Image Cache Downloader Firefox

Examine source code of Image Cache Downloader

By: Jaclyne Add-on
Inspect and view changes in Image Cache Downloader source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.17.0",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "browser_specific_settings": {
    "gecko": {
      "id": "image-picka@eight21.blogspot.com",
      "strict_min_version": "122.0"
    }
  },
  "permissions": [
    "downloads",
    "storage",
    "contextMenus",
    "activeTab",
    "notifications",
    "<all_urls>"
  ],
  "optional_permissions": [
    "webNavigation"
  ],
  "background": {
    "scripts": []
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "web_accessible_resources": [
    "images/download-button.svg"
  ],
  "browser_action": {
    "default_title": "Pick Images",
    "default_icon": "images/icon.svg"
  },
  "icons": {
    "32": "images/icon.svg"
  },
  "commands": {
    "_execute_browser_action": {},
    "PICK_FROM_CURRENT_TAB": {
      "description": "__MSG_commandPickFromHighlightedTab__"
    },
    "PICK_FROM_RIGHT_TABS_EXCLUDE_CURRENT": {
      "description": "__MSG_commandPickFromRightTabsExcludeCurrent__"
    },
    "PICK_FROM_RIGHT_TABS": {
      "description": "__MSG_commandPickFromRightTabs__"
    }
  }
}

Best Image Cache Downloader Alternatives

Here are some Firefox add-ons that are similar to Image Cache Downloader: