A Bulk Domain Checker
Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost
什麼是A Bulk Domain Checker?
A Bulk Domain Checker是由http://domaintube.net開發的Chrome擴展程式,該擴展的主要功能是“Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost”。
擴展截圖
下載A Bulk Domain Checker擴展crx文件
下載A Bulk Domain Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | ![]() |
ID | oihehnohdaahlpbnblpoooiljjhoempn |
官方網址 | https://chrome.google.com/webstore/detail/a-bulk-domain-checker/oihehnohdaahlpbnblpoooiljjhoempn |
簡介 | Bulk Domain Checker quickly Generates and Finds Outstanding Domains that are available at registration cost |
檔案大小 | 141 KB |
安裝次數 | 101 |
目前版本 | 0.0.7 |
更新時間 | 2020-03-10 |
上架時間 | 2020-03-10 |
評分 | 1.00/5 共 1 次評分 |
開發者 | http://domaintube.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://domaintube.net/ |
說明頁面URL | https://domaintube.net/FAQ/ |
隱私政策頁面URL | https://domaintube.net/privacy-policy |
支援的語言 | 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\/" ] } |