A Bulk Domain Checker

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

A Bulk Domain Checker là gì?

A Bulk Domain Checker là một tiện ích mở rộng Chrome được phát triển bởi http://domaintube.net, và tính năng chính của nó là "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng A Bulk Domain Checker

Tải xuống các tệp mở rộng A Bulk Domain Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên A Bulk Domain Checker A Bulk Domain Checker
ID oihehnohdaahlpbnblpoooiljjhoempn
URL Chính Thức https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn
Mô tả Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2020-03-10
Ngày Phát Hành 2020-03-10
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://domaintube.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://domaintube.net/
URL Trang Trợ Giúp https://domaintube.net/FAQ/
URL Trang Chính Sách Bảo Mật https://domaintube.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}