MeIP

Resolve website's IP from multiple locations.

What is MeIP?

MeIP is a Chrome extension developed by https://www.horza.org, and its main feature is "Resolve website's IP from multiple locations.".

Extension Screenshots

screenshot
screenshot

Download MeIP Extension CRX File

Download MeIP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find out your IP address
Resolve website's IP address from several DNS servers worldwide

You would use it to check if your website's new DNS record has propagated across the global DNS infrastructure, or if it's distributed as expected by your CDN.
It also comes in handy if you want to know if some site is on CDN.                    

Extension Basic Information

Name MeIP MeIP
ID lfgiknopmkijdfjgphnnneekcifigefk
Official URL https://chromewebstore.google.com/detail/meip/lfgiknopmkijdfjgphnnneekcifigefk
Description Resolve website's IP from multiple locations.
File Size 162 KB
Installation Count 71
Current Version 0.9.2
Last Updated 2018-10-10
Publish Date 2018-10-09
Developer https://www.horza.org
Payment Type free
Extension Website https://www.horza.org/page/projects/meip/
Help Page URL https://www.horza.org/page/projects/meip/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeIP",
    "version": "0.9.2",
    "manifest_version": 2,
    "description": "Resolve website's IP from multiple locations.",
    "homepage_url": "https:\/\/www.horza.org\/page\/projects\/meip\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "96": "icon96.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "meip"
    },
    "permissions": [
        "https:\/\/ip.horza.org\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ip.horza.org; object-src 'self'; default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *"
}