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 - это расширение Chrome, разработанное http://domaintube.net, и его основная функция - "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost".
Снимки экрана расширения
Скачать файл CRX расширения A Bulk Domain Checker
Скачайте файлы расширений 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.
Основная информация о расширении
Название | ![]() |
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\/" ] } |