AliPrice – Simple Price Tracker Firefox

Examine source code of AliPrice – Simple Price Tracker

Inspect and view changes in AliPrice – Simple Price Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AliPrice – Simple Price Tracker",
  "version": "1.0",
  "description": "Track product prices and store history locally. No tracking, no data collection.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "downloads"
  ],
  "browser_action": {
    "default_title": "AliPrice",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "aliprice-tracker-4kq92@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AliPrice – Simple Price Tracker Alternatives

Here are some Firefox add-ons that are similar to AliPrice – Simple Price Tracker: