API Status Checker Firefox

Examine source code of API Status Checker

By: Dehya
Inspect and view changes in API Status Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "API Status Checker",
  "version": "1.0",
  "description": "Displays API status when loading a webpage.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "API Status",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c949ef4b-24e0-4d94-9f95-b3ac699e2f5a}"
    }
  }
}

Best API Status Checker Alternatives

Here are some Firefox add-ons that are similar to API Status Checker: