Whois domain lookup service
Whois domain lookup service
What is Whois domain lookup service?
Whois domain lookup service is a Chrome extension developed by https://whoisdomain.site, and its main feature is "Whois domain lookup service".
Extension Screenshots
Download Whois domain lookup service Extension CRX File
Download Whois domain lookup service 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
Easy way to get domain information from over 800 zones in one click. Just click on the icon and a new window will open domain information.
Extension Basic Information
Name | Whois domain lookup service |
ID | dfbhdpollmkhgkjbddjcggddpccpcnjj |
Official URL | https://chromewebstore.google.com/detail/whois-domain-lookup-servi/dfbhdpollmkhgkjbddjcggddpccpcnjj |
Description | Whois domain lookup service |
File Size | 50.08 KB |
Installation Count | 47 |
Current Version | 1.1 |
Last Updated | 2018-10-08 |
Publish Date | 2018-10-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://whoisdomain.site |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "whoisdomain.js" ] }, "browser_action": { "default_icon": "icon48.png", "default_title": "Whois domain lookup service" }, "description": "Whois domain lookup service", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Whois domain lookup service", "permissions": [ "tabs" ], "version": "1.1" } |