Next.js Explorer - NextJS App & Pages Router Firefox

Examine source code of Next.js Explorer - NextJS App & Pages Router

By: Manel
Inspect and view changes in Next.js Explorer - NextJS App & Pages Router source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Next.js Explorer - NextJS App & Pages Router",
  "description": "Quickly check if a webpage is built with Next.js and explore static properties and other related NextJS useful metrics.",
  "version": "1.4.0",
  "icons": {
    "16": "public/images/icon-16.png",
    "32": "public/images/icon-32.png",
    "48": "public/images/icon-48.png",
    "128": "public/images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Click to explore Next.js page properties",
    "default_icon": {
      "16": "public/images/icon-16.png",
      "32": "public/images/icon-32.png",
      "48": "public/images/icon-48.png",
      "128": "public/images/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bitqat@gmail.com"
    }
  }
}

Best Next.js Explorer - NextJS App & Pages Router Alternatives

Here are some Firefox add-ons that are similar to Next.js Explorer - NextJS App & Pages Router: