JS Lib Detector Firefox

Examine source code of JS Lib Detector

Inspect and view changes in JS Lib Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "JS Lib Detector",
  "short_name": "Library Detector",
  "version": "6.2.0",
  "web_accessible_resources": [
    "library/libraries.js",
    "content_scripts/lib_detect.js"
  ],
  "description": "Detect and display all JavaScript libraries used on a webpage. Instantly see popular frameworks like React, Vue, Angular, jQuery, and more—right from your address bar with clickable icons. Great for developers and curious users alike",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "library/libraries.js",
      "background_scripts/main.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "Library Detector"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/inject.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/detect.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7c322dd7-1562-4a87-a004-0adc03270ef9}"
    }
  }
}

Melhores alternativas JS Lib Detector

Aqui estão algumas Firefox add-ons que são similares a JS Lib Detector: