Ajax Status Bar Firefox

Examine source code of Ajax Status Bar

By: Skk Add-on
Inspect and view changes in Ajax Status Bar source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ajax Status Bar",
  "version": "1.0",
  "description": "Ajax Status Bar",
  "browser_action": {
    "default_icon": "icons/border-48.png",
    "default_title": "Bookmark it!"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "developer@repository.website"
    }
  }
}

Best Ajax Status Bar Alternatives

Here are some Firefox add-ons that are similar to Ajax Status Bar: