Image History Tracker Firefox

Examine source code of Image History Tracker

By: Hi Minh
Inspect and view changes in Image History Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image History Tracker",
  "version": "1.0",
  "description": "Track viewed image URLs and show them in a dedicated tab.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{44044580-3144-4815-87a1-eb94d0f73aa8}"
    }
  }
}

Best Image History Tracker Alternatives

Here are some Firefox add-ons that are similar to Image History Tracker: