Token Detective Firefox

Examine source code of Token Detective

Inspect and view changes in Token Detective source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Token Detective",
  "version": "1.2",
  "description": "It checks for authorization headers to get bearer tokens from the HTTP Requests.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "erenn.uygun@info.com",
      "strict_min_version": "42.0"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "web_accessible_resources": [
    "popup.html",
    "popup.js",
    "download.js"
  ]
}

Best Token Detective Alternatives

Here are some Firefox add-ons that are similar to Token Detective: