A Bulk Domain Checker
Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
Qu'est-ce que A Bulk Domain Checker ?
A Bulk Domain Checker est une extension Chrome développée par http://domaintube.net, et sa fonction principale est "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension A Bulk Domain Checker
Téléchargez les fichiers d'extension A Bulk Domain Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | oihehnohdaahlpbnblpoooiljjhoempn |
URL Officiel | https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn |
Description | Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost |
Taille du Fichier | 141 KB |
Nombre d'Installations | 101 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2020-03-10 |
Date de Publication | 2020-03-10 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://domaintube.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://domaintube.net/ |
URL de la Page d'Aide | https://domaintube.net/FAQ/ |
URL de la Page de Politique de Confidentialité | https://domaintube.net/privacy-policy |
Langues Prises en Charge | 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\/" ] } |