Website IP&Hack

Website IP&Hack

Shows the current access to IP and website vulnerabilities auth:shaozhuqing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "css/ip.css"
      ],
      "js": [
        "jquery.ip.js",
        "ip.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Shows the current access to IP and website vulnerabilities auth:shaozhuqing.",
  "icons": {
    "16": "/images/icon16.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqtObSLyaTA2Qr85P2ZnCY+9yb3hf2tBgSmm0JE+I5t5/4koQNQgeMyom9uGWYgi3SSOqh8oS2ZFibjQ/oK3ts9TM0W4ynNhL5PYuZSuf0EBGlM/k0ZsYxRGuNMc6C4k+6W40AaS3ZCkgxHeP4SAb5VCypgrxBA2GHLp5iF5UE+ZObTTWSlYRDjuApIB/sTo6ZJUdDMFZf9rlnH/gk02FTSs7wnxkYTizWEZ8p6d1bQRuaDW6DInmwHR/il81rL7CRc9CBE7NQPpDBCgGftXd7nXPm/PBPhXytgkVoNH99Gs/9GhEWpvByo9KoOIxs+bbkVcGYnslbpBMHCCZLSSsbwIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "18",
  "name": "Website IP&Hack",
  "page_action": {
    "default_icon": "/images/icon48.png",
    "default_popup": "popup.html",
    "default_title": "Website IP&Hack"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "webRequest"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.9.9"
}