Nexily Stack Chrome

Examine source code of Nexily Stack

By: Nexly
Inspect and view changes in Nexily Stack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "Nexily Stack",
  "short_name": "NexilyStack",
  "version": "2.0.0",
  "description": "Technology intelligence for every website — détectez la stack de n'importe quel site en un clic.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "webRequest",
    "scripting",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "src/background/sw.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "Nexily Stack",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "data/technologies.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Nexily Stack Alternatives

Here are some Chrome extensions that are similar to Nexily Stack: