A Bulk Domain Checker
Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
Apa itu A Bulk Domain Checker?
A Bulk Domain Checker adalah ekstensi Chrome yang dikembangkan oleh http://domaintube.net, dan fitur utamanya adalah "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi A Bulk Domain Checker
Unduh file ekstensi A Bulk Domain Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | oihehnohdaahlpbnblpoooiljjhoempn |
URL Resmi | https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn |
Deskripsi | Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost |
Ukuran File | 141 KB |
Jumlah Instalasi | 101 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2020-03-10 |
Tanggal Publikasi | 2020-03-10 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://domaintube.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://domaintube.net/ |
URL Halaman Bantuan | https://domaintube.net/FAQ/ |
URL Halaman Kebijakan Privasi | https://domaintube.net/privacy-policy |
Bahasa yang Didukung | 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\/" ] } |