OAuth 2.0 Implicit Flow Detector Firefox

Examine source code of OAuth 2.0 Implicit Flow Detector

Inspect and view changes in OAuth 2.0 Implicit Flow Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Detect sites using the OAuth 2.0 implicit Flow",
  "manifest_version": 2,
  "name": "OAuth 2.0 Implicit Flow Detector",
  "version": "0.1.4",
  "homepage_url": "https://github.com/oktadeveloper/okta-implicit-flow-detector",
  "icons": {
    "16": "icons/icon-blue-16.png",
    "32": "icons/icon-blue-32.png",
    "48": "icons/icon-blue-48.png",
    "128": "icons/icon-blue-128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-blue-32.png",
    "theme_icons": [
      {
        "light": "icons/icon-blue-32.png",
        "dark": "icons/icon-blue-32.png",
        "size": 32
      }
    ],
    "default_title": "Implicit Offenses",
    "default_popup": "popup/implicit_offenses.html"
  }
}

Best OAuth 2.0 Implicit Flow Detector Alternatives

Here are some Firefox add-ons that are similar to OAuth 2.0 Implicit Flow Detector: