A Bulk Domain Checker
Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
Cos'è A Bulk Domain Checker?
A Bulk Domain Checker è un'estensione di Chrome sviluppata da http://domaintube.net, e la sua funzione principale è "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione A Bulk Domain Checker
Scarica i file di estensione A Bulk Domain Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | oihehnohdaahlpbnblpoooiljjhoempn |
URL Ufficiale | https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn |
Descrizione | Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost |
Dimensione del File | 141 KB |
Conteggio Installazioni | 101 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2020-03-10 |
Data di Pubblicazione | 2020-03-10 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://domaintube.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://domaintube.net/ |
URL della Pagina di Aiuto | https://domaintube.net/FAQ/ |
URL della Pagina della Politica sulla Privacy | https://domaintube.net/privacy-policy |
Lingue Supportate | 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\/" ] } |