A Bulk Domain Checker

Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost

A Bulk Domain Checkerとは何ですか?

A Bulk Domain Checkerはhttp://domaintube.netによって開発されたChromeの拡張機能で、その主な機能は「Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost」です。

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

screenshot

A Bulk Domain Checker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        So you want to register a new domain. But you know what? All interesting domains are already taken. And the domain market places are charging way too much.
So Bulk Domain Checker to the rescue.
"Bulk Domain Checker" allows you to bulk check for thousands of domains within a reasonable time span.
The process is quite simple:
1) chose a couple of main keywords
2) enter some prefixes and suffices
3) chose your domain extensions
Hitting domain magic will make combinations of all those words ánd visualise which one are still free.
You can buy those at registration cost! 
Let the magic happen.                    

拡張機能の基本情報

名前 A Bulk Domain Checker A Bulk Domain Checker
ID oihehnohdaahlpbnblpoooiljjhoempn
公式URL https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn
説明 Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
ファイルサイズ 141 KB
インストール数 101
現在のバージョン 0.0.7
最終更新日 2020-03-10
公開日 2020-03-10
評価 1.00/5 合計 1 レビュー
開発者 http://domaintube.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://domaintube.net/
ヘルプページのURL https://domaintube.net/FAQ/
プライバシーポリシーページのURL https://domaintube.net/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "A Bulk Domain Checker",
    "short_name": "Bulk Domain Checker",
    "version": "0.0.7",
    "description": "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost",
    "browser_action": {
        "default_icon": {
            "16": "\/images\/icons\/16.png",
            "48": "\/images\/icons\/48.png",
            "128": "\/images\/icons\/128.png"
        },
        "default_popup": "\/popup.html",
        "default_title": "Bulk Domain Checker"
    },
    "icons": {
        "16": "\/images\/icons\/16.png",
        "48": "\/images\/icons\/48.png",
        "128": "\/images\/icons\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background.js"
        ]
    },
    "content_scripts": [],
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/domaintube.net\/"
    ]
}