A Bulk Domain Checker
Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
Was ist A Bulk Domain Checker?
A Bulk Domain Checker ist eine Chrome-Erweiterung, die von http://domaintube.net entwickelt wurde, und ihr Hauptmerkmal ist "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost".
Erweiterungsscreenshots
A Bulk Domain Checker-Erweiterungs-CRX-Datei herunterladen
Laden Sie A Bulk Domain Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | oihehnohdaahlpbnblpoooiljjhoempn |
Offizielle URL | https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn |
Beschreibung | Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost |
Dateigröße | 141 KB |
Installationsanzahl | 101 |
Aktuelle Version | 0.0.7 |
Letztes Update | 2020-03-10 |
Veröffentlichungsdatum | 2020-03-10 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://domaintube.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://domaintube.net/ |
Hilfeseite URL | https://domaintube.net/FAQ/ |
URL der Datenschutzrichtlinien-Seite | https://domaintube.net/privacy-policy |
Unterstützte Sprachen | 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\/" ] } |