IP Plunger

IP Plunger

By TMCnet.com - IP and related info discovery

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IP Plunger",
  "version": "1.3",
  "manifest_version": 2,
  "description": "By TMCnet.com - IP and related info discovery",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "ip16.gif",
    "48": "ip48.gif",
    "128": "ip128.gif"
  },
  "browser_action": {
    "default_icon": "ip19.gif",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://*/"
  ]
}