My IP address

Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history.

My IP address क्या है?

My IP address https://dnslytics.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में My IP address एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension shows detailed information about your IP address, domain and ISP. For example the ISP name, location, ISP, DNS, whois, routing, hosting, domain neighbors, DNSBL, BGP and ASN information.

Functions:
-Summary of the network information like ISP, ASN, BGP, subnet, DNS servers and reverse DNS.
-Checks to see if your IP address is listed on the most popular DNS based anti-spam databases.
-Checks to see if your IP address is listed on the most popular blocklists.
-See all official registration information related to your IP address.
-Find other websites hosted on the same IP address (domain neighbors).
-Shows the geographical location of your IP address.
-Summary of the country where your IP address is located.                    

एक्सटेंशन की मूल जानकारी

नाम My IP address My IP address
ID monhkdcehmbdgkhgpccaccbbcgcfpjkd
आधिकारिक URL https://chromewebstore.google.com/detail/my-ip-address/monhkdcehmbdgkhgpccaccbbcgcfpjkd
विवरण Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history.
फ़ाइल का आकार 323 KB
स्थापना संख्या 45,199
वर्तमान संस्करण 2.0.5
अंतिम अपडेट 2023-11-25
प्रकाशन तिथि 2017-08-09
रेटिंग 3.89/5 कुल 402 रेटिंग्स
डेवलपर https://dnslytics.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dnslytics.com/browser-extensions-addons-accelerators
सहायता पृष्ठ URL https://search.dnslytics.com/contact
गोपनीयता नीति पृष्ठ URL https://dnslytics.com/privacy-policy
समर्थित भाषाएँ id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.dnslytics.net\/*"
    ],
    "version": "2.0.5",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.net; img-src https:\/\/*.dnslytics.net;"
    }
}