A Bulk Domain Checker
Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
What is A Bulk Domain Checker?
A Bulk Domain Checker is a Chrome extension developed by http://domaintube.net, and its main feature is "Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost".
Extension Screenshots
Download A Bulk Domain Checker Extension CRX File
Download A Bulk Domain Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | oihehnohdaahlpbnblpoooiljjhoempn |
Official URL | 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 |
File Size | 141 KB |
Installation Count | 101 |
Current Version | 0.0.7 |
Last Updated | 2020-03-10 |
Publish Date | 2020-03-10 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://domaintube.net |
[email protected] | |
Payment Type | free |
Extension Website | https://domaintube.net/ |
Help Page URL | https://domaintube.net/FAQ/ |
Privacy Policy Page URL | https://domaintube.net/privacy-policy |
Supported Languages | 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\/" ] } |