Check IP Location

Check IP Location

An IP location lookup tool to show the IP Address of website server and your IP address and location.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0",
  "name": "Check IP Location",
  "short_name": "IP Address & Location",
  "author": "windows11tools.com",
  "description": "An IP location lookup tool to show the IP Address of website server and your IP address and location.",
  "homepage_url": "https://windows11tools.com",
  "browser_action": {
    "default_icon": "icon24.png",
    "default_popup": "popup.html",
    "default_title": "Show IP Address location details with 1-click"
  },
  "icons": {
    "16": "icon16.png",
    "24": "icon48.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}