Technologies and Similar Websites Spy

Technologies and Similar Websites Spy

Find the technological stack of each website you visit. See what CMS website is using, which Javascript libraries, which payment…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Technologies and Similar Websites Spy",
  "version": "2.2",
  "manifest_version": 2,
  "description": "",
  "background": {
    "scripts": [
      "/lib/axios.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "/popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "http://api.abmdata.com/*",
    "https://api.abmdata.com/*",
    "downloads"
  ]
}