A Bulk Domain Checker
Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
Wat is A Bulk Domain Checker?
A Bulk Domain Checker is een Chrome-extensie ontwikkeld door http://domaintube.net, en de belangrijkste functie is "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost".
Extensie Screenshots
Download het CRX-bestand van de extensie A Bulk Domain Checker
Download A Bulk Domain Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | oihehnohdaahlpbnblpoooiljjhoempn |
Officiële URL | https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn |
Beschrijving | Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost |
Bestandsgrootte | 141 KB |
Aantal Installaties | 101 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2020-03-10 |
Publicatiedatum | 2020-03-10 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://domaintube.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://domaintube.net/ |
Help Pagina-URL | https://domaintube.net/FAQ/ |
URL van de Privacybeleid Pagina | https://domaintube.net/privacy-policy |
Ondersteunde Talen | 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\/" ] } |