Weblyzer - Web Analyzer Firefox

Examine source code of Weblyzer - Web Analyzer

제작자: R0CKABILLY
Inspect and view changes in Weblyzer - Web Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Weblyzer - Web Analyzer",
  "version": "0.20.0",
  "description": "Detect the front-end, back-end, CDN, hosting and API technologies behind any website - all locally in your browser.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Weblyzer - Web Analyzer",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "engine/fingerprints.js",
      "engine/detect.js",
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "storage",
    "tabs",
    "scripting",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/graphql.js",
        "inject.js"
      ],
      "run_at": "document_start",
      "world": "MAIN",
      "all_frames": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "world": "ISOLATED",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "weblyzer@guntursaputro",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

최고의 Weblyzer - Web Analyzer 대안

다음은 Weblyzer - Web Analyzer과(와) 유사한 Firefox add-on입니다: