NsLookup - Find DNS Records

A simple and powerful tool for querying DNS records

NsLookup - Find DNS Records क्या है?

NsLookup - Find DNS Records https://nslookup.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and powerful tool for querying DNS records"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Find DNS records in 1 click

★ Bypass DNS caching
None of the DNS records are ever cached by NsLookup, so you're sure to get a fresh set of records every time.

★ Explore DNS topologies
Click through to other domains to see their DNS records.

★ Global DNS propagation
Query DNS records from different locations to gauge the propagation process.

★ Discover root causes
Quickly browse through a domain's DNS structure to find the root cause of connectivity issues.

NsLookup shows all the DNS records for the website you're visiting. It has support for popular DNS servers like Google DNS, CloudFlare DNS and OpenDNS, but also local DNS servers all over the world.                    

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

नाम NsLookup - Find DNS Records NsLookup - Find DNS Records
ID kedbaefjfjpplphppofakpfldhimhcio
आधिकारिक URL https://chromewebstore.google.com/detail/nslookup-find-dns-records/kedbaefjfjpplphppofakpfldhimhcio
विवरण A simple and powerful tool for querying DNS records
फ़ाइल का आकार 32.4 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2022-04-25
प्रकाशन तिथि 2020-09-09
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर https://nslookup.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.nslookup.io
सहायता पृष्ठ URL https://www.nslookup.io/contact-us/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NsLookup - Find DNS Records",
    "version": "2.0.0",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "A simple and powerful tool for querying DNS records",
    "homepage_url": "https:\/\/www.nslookup.io",
    "short_name": "NsLookup.io",
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "Ruurtjan Pul",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "View DNS records",
        "chrome_style": false
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Nslookup.io",
            "keyword": "nslookup.io",
            "search_url": "https:\/\/www.nslookup.io\/dns-records\/{searchTerms}",
            "favicon_url": "https:\/\/www.nslookup.io\/img\/favicon.png",
            "suggest_url": "https:\/\/www.nslookup.io\/search\/suggest\/{searchTerms}",
            "encoding": "UTF-8",
            "is_default": false
        }
    }
}