Domain Info is a browser extension/add-on that shows really detailed info about a domain, like registration status & dates, the person or company who registered it, WHOIS, DNS and much more.
- See domain availability: registered or available
- Show at which registrar the domain is registered and owner info (if public)
- See domain important dates: registration date, expiry date
- Info about Name Servers
- DNS records: detects most subdomains added to a domain
- History: see when and what changes happened in WHOIS or DNS Records
- Does not track or record browser history. The only info used is current tab url when extension icon is clicked
- Google Chrome - Install from Chrome Web Store
- Mozilla Firefox - Install from Firefox Add-ons
- Microsoft Edge - Install from Microsoft Edge Addons
To make any changes or just build from source, follow these steps:
- On any OS, install Node.js and npm
- Download or clone source code, then navigate to directory
- Run command
npm install
to install all dependencies - Make your changes!
- Run command
npm run build
to build the final files indist
directory - Run command
npm run build-zip
to put final files in a zip archive