Domain Name Registration Data Lookup (WHOIS)

This tool gives you the ability to look up the registration data for domain names

Domain Name Registration Data Lookup (WHOIS) क्या है?

Domain Name Registration Data Lookup (WHOIS) brian.girko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool gives you the ability to look up the registration data for domain names"।

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

screenshot

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

crx प्रारूप में Domain Name Registration Data Lookup (WHOIS) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        This is a developer tool to get information about the domain that belongs to the active tab or whatever URL that is submitted via the search box. The extension connects to one or more RDAP services and provides the following meta-information related to the domain:

  1. The domain name and its Registry Domain ID
  2. Domain transfer status
  3. Current active nameservers
  4. Important dates (Expiration and Creation)
  5. Registrar, technical, administrative and abuse contact info
  6. Delegation Signed status                    

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

नाम Domain Name Registration Data Lookup (WHOIS) Domain Name Registration Data Lookup (WHOIS)
ID adgbhhajdfejelgocchpbalomjopkfdm
आधिकारिक URL https://chromewebstore.google.com/detail/domain-name-registration/adgbhhajdfejelgocchpbalomjopkfdm
विवरण This tool gives you the ability to look up the registration data for domain names
फ़ाइल का आकार 154 KB
स्थापना संख्या 66
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2020-02-04
प्रकाशन तिथि 2020-02-02
डेवलपर brian.girko
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://add0n.com/whois.html
सहायता पृष्ठ URL https://add0n.com/whois.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.1",
    "name": "Domain Name Registration Data Lookup (WHOIS)",
    "description": "This tool gives you the ability to look up the registration data for domain names",
    "permissions": [
        "storage",
        "activeTab",
        "*:\/\/www.namesilo.com\/rdap\/*",
        "*:\/\/rdap.verisign.com\/com\/*",
        "*:\/\/rdap.gandi.net\/domain\/*",
        "*:\/\/rdap.register.com\/rdap\/*"
    ],
    "homepage_url": "https:\/\/add0n.com\/whois.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "browser_action": {
        "default_popup": "data\/popup\/index.html"
    }
}