Next.js App Detector Firefox

Examine source code of Next.js App Detector

Inspect and view changes in Next.js App Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "next.js-app-detector",
  "description": "Detects if a website is built with Next.js",
  "version": "0.0.2",
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon-16-not-detected.png",
      "128": "icon-128-not-detected.png"
    },
    "default_title": "No Next.js on this page"
  }
}

Best Next.js App Detector Alternatives

Here are some Firefox add-ons that are similar to Next.js App Detector: