Whois Bonanza
Get whois information on any website in a current tab in just one click
What is Whois Bonanza?
Whois Bonanza is a Chrome extension developed by kalandrey92, and its main feature is "Get whois information on any website in a current tab in just one click".
Extension Screenshots
Download Whois Bonanza Extension CRX File
Download Whois Bonanza 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
Extension Basic Information
Name | Whois Bonanza |
ID | bbbpanokkikkdaddpjaanmbhlbjhmodb |
Official URL | https://chromewebstore.google.com/detail/whois-bonanza/bbbpanokkikkdaddpjaanmbhlbjhmodb |
Description | Get whois information on any website in a current tab in just one click |
File Size | 104 KB |
Installation Count | 19 |
Current Version | 1.1 |
Last Updated | 2017-05-19 |
Publish Date | 2017-05-18 |
Developer | kalandrey92 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whois Bonanza", "description": "Get whois information on any website in a current tab in just one click", "version": "1.1", "icons": { "16": "icon 16x16.PNG", "32": "icon 32x32.PNG", "128": "icon 128x128.PNG" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery.js" ], "persistent": true }, "permissions": [ "tabs", "https:\/\/www.whois.com\/*" ] } |