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.

Whois Lookup By Mr. Deletedとは何ですか?

Whois Lookup By Mr. Deletedはhttp://www.mrdeleted.comによって開発されたChromeの拡張機能で、その主な機能は「The official mrdeleted.com Whois Lookup. Can search avalailability at various domain registrars if it is no whois is showing.」です。

拡張機能のスクリーンショット

screenshot

Whois Lookup By Mr. Deleted拡張機能のCRXファイルをダウンロード

Whois Lookup By Mr. Deleted拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Whois Lookup By Mr. Deleted Whois Lookup By Mr. Deleted
ID pokmnblbjdjggpbcbnmcghnhecdpgdfa
公式URL https://chrome.google.com/webstore/detail/whois-lookup-by-mr-delete/pokmnblbjdjggpbcbnmcghnhecdpgdfa
説明 The official mrdeleted.com Whois Lookup. Can search avalailability at various domain registrars if it is no whois is showing.
ファイルサイズ 11.75 KB
インストール数 20
現在のバージョン 1.0
最終更新日 2019-02-09
公開日 2019-02-09
評価 5.00/5 合計 1 レビュー
開発者 http://www.mrdeleted.com
支払い方法 free
拡張機能のウェブサイト http://www.mrdeleted.com/whois/
ヘルプページのURL http://m.me/mrdeleted
対応言語 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"
    }
}