Whois Lookup By Mr. Deleted
The official mrdeleted.com Whois Lookup. Can search avalailability at various domain registrars if it is no whois is showing.
What is Whois Lookup By Mr. Deleted?
Whois Lookup By Mr. Deleted is a Chrome extension developed by http://www.mrdeleted.com, and its main feature is "The official mrdeleted.com Whois Lookup. Can search avalailability at various domain registrars if it is no whois is showing.".
Extension Screenshots
Download Whois Lookup By Mr. Deleted Extension CRX File
Download Whois Lookup By Mr. Deleted 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
This will search the Whois on any domain with the click of the icon on top on the browser. It will also allow you to search a domain name at several different registrars if the name is available, so you can register it. Now if you click a domain name and it shows as non existent, you can register it for yourself! Enjoy!
Extension Basic Information
Name | |
ID | pokmnblbjdjggpbcbnmcghnhecdpgdfa |
Official URL | https://chrome.google.com/webstore/detail/whois-lookup-by-mr-delete/pokmnblbjdjggpbcbnmcghnhecdpgdfa |
Description | The official mrdeleted.com Whois Lookup. Can search avalailability at various domain registrars if it is no whois is showing. |
File Size | 11.75 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2019-02-09 |
Publish Date | 2019-02-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.mrdeleted.com |
Payment Type | free |
Extension Website | http://www.mrdeleted.com/whois/ |
Help Page URL | http://m.me/mrdeleted |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whois Lookup By Mr. Deleted", "version": "1.0", "description": "The official mrdeleted.com Whois Lookup. Can search avalailability at various domain registrars if it is no whois is showing.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon48.png", "default_title": "Whois Lookup By Mr. Deleted" } } |