BeezyTrack Extension Firefox

Examine source code of BeezyTrack Extension

Inspect and view changes in BeezyTrack Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "BeezyTrack",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "BeezyTrack Chrome Extension"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amazon.com/*"
      ],
      "exclude_matches": [
        "https://*.amazon.com/progress-tracker/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "https://*.amazon.com/progress-tracker/*"
      ],
      "run_at": "document_end",
      "js": [
        "tracker.content.js"
      ]
    },
    {
      "matches": [
        "https://*.beezytrack.com/amazon/orders/*"
      ],
      "run_at": "document_end",
      "js": [
        "beezytrack.content.js"
      ]
    },
    {
      "matches": [
        "http://*.localhost:8000/amazon/orders/*"
      ],
      "run_at": "document_end",
      "js": [
        "beezytrack.content.js"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "BeezyTrack Extension",
  "permissions": [
    "tabs"
  ],
  "version": "0.1.3resigned1",
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "-ms-preload": {
    "backgroundScript": "backgroundScriptsAPIBridge.js",
    "contentScript": "contentScriptsAPIBridge.js"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b5fbbe19-2a84-455b-a82f-eb6885eb3f88}"
    }
  }
}

Best BeezyTrack Extension Alternatives

Here are some Firefox add-ons that are similar to BeezyTrack Extension: