GNC Whois
Click to get URL's Whois data
What is GNC Whois?
GNC Whois is a Chrome extension developed by GNC Medya, and its main feature is "Click to get URL's Whois data".
Extension Screenshots
Download GNC Whois Extension CRX File
Download GNC Whois extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The GNC Whois tool lets you find out who owns a domain name or if that domain name is available for registration. You can view: ● Domain Availability Information ● Doman Creation, Registration and Expiry Information ● Domain Status ● Domain Registrar Information (which registrar a domain is held with) ● Domain Contact Information. This can tell you the registrant, admin, billing and tech contacts for the domain name. ● Domain Name DNS information This is a critical tool for anyone with any interest in domain names.
Extension Basic Information
Name | |
ID | iehbegdnikepcamifgaecepnlfolpefi |
Official URL | https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi |
Description | Click to get URL's Whois data |
File Size | 7.97 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2013-07-28 |
Publish Date | 2013-07-28 |
Rating | 3.00/5 Total 3 Ratings |
Developer | GNC Medya |
Payment Type | free |
Extension Website | http://whois.gncmedya.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GNC Whois", "version": "1.0", "manifest_version": 2, "description": "Click to get URL's Whois data", "browser_action": { "name": "Click to get URL's Whois data", "default_icon": "icon_toolbar.png" }, "background": { "scripts": [ "background.js", "jsuri-1.1.1.min.js" ] }, "permissions": [ "tabs" ] } |