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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/"
    ]
}