WhatRuns Detector V2 Firefox

Examine source code of WhatRuns Detector V2

Inspect and view changes in WhatRuns Detector V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WhatRuns Detector V2",
  "version": "1.3",
  "description": "Detect what runs behind any website - frameworks, analytics tools, fonts, and more.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_popup": "popup.html",
    "default_title": "WhatRuns Detector"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "style.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e78d7d24-6b61-485e-b272-7e5f1ef43a0d}"
    }
  }
}

Best WhatRuns Detector V2 Alternatives

Here are some Firefox add-ons that are similar to WhatRuns Detector V2: