Wappalyzer  Technology Profiler Firefox

Examine source code of Wappalyzer Technology Profiler

Inspect and view changes in Wappalyzer Technology Profiler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Wappalyzer — Technology Profiler (Unofficial)",
  "version": "1.3",
  "description": "Detect frameworks, CMS, analytics, e-commerce and more on the current site. Unofficial, local-only profiler.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Wappalyzer Profiler",
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "detector-db.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c17044b4-adfb-406c-a7e8-4d6ccb425b7b}"
    }
  }
}

Mejores alternativas Wappalyzer Technology Profiler

Aquí hay algunas Firefox add-ons que son similares a Wappalyzer Technology Profiler: