WhatsTheTech Firefox

Examine source code of WhatsTheTech

제작자: JasonBian
Inspect and view changes in WhatsTheTech source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WhatsTheTech",
  "version": "1.0.0",
  "description": "Get the technology the website use",
  "homepage_url": "https://github.com/imaginezz/whatsthetech",
  "icons": {
    "16": "icons/logo16.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "content/main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "page": "background/index.html"
  },
  "browser_action": {
    "default_icon": "icons/logo128.png",
    "default_title": "What's the Tech?",
    "default_popup": "popup/index.html"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "webRequest"
  ],
  "web_accessible_resources": [
    "content/detect.js"
  ]
}

최고의 WhatsTheTech 대안

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