A Bulk Domain Checker

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

Co to jest A Bulk Domain Checker?

A Bulk Domain Checker to rozszerzenie Chrome opracowane przez http://domaintube.net, a jego główną funkcją jest „Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia A Bulk Domain Checker

Pobierz pliki rozszerzeń A Bulk Domain Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa A Bulk Domain Checker A Bulk Domain Checker
ID oihehnohdaahlpbnblpoooiljjhoempn
Oficjalny URL https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn
Opis Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
Rozmiar pliku 141 KB
Liczba instalacji 101
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2020-03-10
Data Publikacji 2020-03-10
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper http://domaintube.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://domaintube.net/
Adres URL Strony Pomocy https://domaintube.net/FAQ/
Adres URL Strony Polityki Prywatności https://domaintube.net/privacy-policy
Obsługiwane Języki 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\/"
    ]
}