API Request Tracker Firefox

Examine source code of API Request Tracker

Inspect and view changes in API Request Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "API Request Tracker",
  "version": "1.0",
  "description": "Real-time tracking and management of API requests.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c3c38f6a-0116-41d1-856d-72c4053bf8d7}"
    }
  }
}

Best API Request Tracker Alternatives

Here are some Firefox add-ons that are similar to API Request Tracker: