What Is My IP BEST

What Is My IP BEST

Take back control over your privacy, know what they know about your using WhatIsMyIP.BEST

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html",
    "default_title": "What Is My IP Best"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://whatismyip.best/*",
        "https://jsonip.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://jsonip.com https://whatismyip.best; object-src 'self'",
  "description": "Take back control over your privacy, know what they know about your using WhatIsMyIP.BEST",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "What Is My IP BEST",
  "version": "1.0"
}