Blue Button | the webpage X-ray

Blue Button | the webpage X-ray

See title tags & meta description, scripts, stylesheets, images & fonts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "blue-button-icon-128x128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "dom.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "See title tags & meta description, scripts, stylesheets, images & fonts",
  "icons": {
    "128": "blue-button-icon-128x128.png"
  },
  "manifest_version": 2,
  "name": "Blue Button | the webpage X-ray",
  "permissions": [],
  "short_name": "Blue Button",
  "version": "3.0.15"
}