IP Address Checker - Proxy VPN

IP Address Checker - Proxy VPN

Determine if an IP address is a Proxy or VPN connection, retrieve its Fraud Score and Geolocation on the go! 🚀

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IP Address Checker - Proxy, VPN, Geolocation",
  "version": "1.2",
  "description": "Determine if an IP address is a Proxy or VPN connection, retrieve its Fraud Score and Geolocation on the go! Supports IPv4 and IPv6.",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "images/icon.png"
  },
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}