Domain Info

View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more

Domain Info क्या है?

Domain Info https://dmns.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more"।

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

screenshot
screenshot
screenshot

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

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

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

                        If you ever wanted to see more (public) data about a domain name, this is the extension to use.

This extension started as a small project: see domain's expiry date.
In time, more was added, and now the extension can show you who registered the domain, important dates (created or expiry), DNS Records or mentions in the news.

Highlights:
- Shows domain availability: registered, available or for sale
- Show at which registrar the domain is registered
- Important domain dates: registration date, expiry date
- Registrant info (if public): person or company name, location and contact email
- Info about Name Servers
- DNS records: lists all subdomains
- Domain history: timeline of domain changes in WHOIS, DNS or public sales
- Does not track or record browser history. The only info used is the domain name in current tab when extension icon is clicked

Change log:
- v2.2 - Show friendly message when WHOIS data can't be loaded
- v2.1 - Load info about IPs on mouse hover in DNS Records tab
- v2 - new UI, new & faster API                    

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

नाम Domain Info Domain Info
ID afbepfhknfficaflckmgflbmklcleidl
आधिकारिक URL https://chromewebstore.google.com/detail/domain-info/afbepfhknfficaflckmgflbmklcleidl
विवरण View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more
फ़ाइल का आकार 118 KB
स्थापना संख्या 561
वर्तमान संस्करण 2.2.0
अंतिम अपडेट 2024-02-01
प्रकाशन तिथि 2020-06-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://dmns.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dmns.app
सहायता पृष्ठ URL https://dmns.app/contact
गोपनीयता नीति पृष्ठ URL https://dmns.app/policies/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Domain Info",
    "description": "View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more",
    "version": "2.2.0",
    "icons": {
        "16": "icons\/icon_48.png",
        "32": "icons\/icon_48.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "action": {
        "default_title": "Domain Info",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}