View IP address

View IP address

Quickly check your IP address and see some other information without opening an additional page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [],
    "page": "bg.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "ip-19.png",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "http://ifconfig.me/*",
    "http://ident.me/*",
    "http://v4.ident.me/*",
    "http://v6.ident.me/*",
    "*://*.whoer.net/*",
    "*://*.ip-api.com/*",
    "*://*.ip-secrets.com/*",
    "*://*.instagram.com/*",
    "*://*.cdninstagram.com/*",
    "*://*.facebook.com/*",
    "*://*.fbcdn.net/*",
    "*://*.facebook.net/*",
    "*://*.google.com/*",
    "*://*.googleapis.com/*",
    "*://*.gstatic.com/*",
    "*://*.yahoo.com/*",
    "*://*.bing.com/*",
    "*://*.craigslist.org/*",
    "*://*.youtube.com/*",
    "*://*.ggpht.com/*",
    "*://*.ytimg.com/*",
    "*://*.googlevideo.com/*",
    "*://*.reddit.com/*",
    "*://*.fiverr.com/*",
    "*://*.fiverrcdn.com/*",
    "*://*.cloudinary.com/*",
    "*://*.couchsurfing.com/*",
    "*://*.tinder.com/*",
    "*://*.accountkit.com/*",
    "*://*.gotinder.com/*",
    "*://*.yandex.com/*",
    "*://*.yandex.net/*",
    "*://*.yandex.ru/*",
    "*://*.yastatic.net/*",
    "*://*.amiunique.org/*",
    "*://*.iphub.info/*",
    "*://*.dyndns.com/*",
    "*://*.epicgames.com/*",
    "*://*.netflix.com/*",
    "*://*.amazon.com/*",
    "*://*.fbsbx.com/*",
    "*://*.amazon.ca/*",
    "*://*.amazon.com.mx/*",
    "*://*.amazon.co.uk/*",
    "*://*.amazon.de/*",
    "*://*.amazon.fr/*",
    "*://*.amazon.it/*",
    "*://*.amazon.es/*",
    "*://*.amazon.co.jp/*",
    "*://*.amazon.cn/*",
    "*://*.amazon.in/*",
    "*://*.2captcha.com/*",
    "*://*.whatismyip.com/*",
    "*://*.googleusercontent.com/*",
    "background",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "short_name": "__MSG_extName__",
  "version": "1.3.2"
}