Custom Domain Creator

This extension is going to help end users to add their custom domains with cloudflare on the fly.

什么是Custom Domain Creator?

Custom Domain Creator是由https://createyourcustomdomain.com开发的Chrome扩展程序,该扩展的主要功能是“This extension is going to help end users to add their custom domains with cloudflare on the fly.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Custom Domain Creator扩展crx文件

下载Custom Domain Creator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Extension is using cloudflare apis to manage users domains and help them create subdomains using cloudflare authentication token. It helps you to create sub domain or custom domains on the fly.

If you are frustated enough to login to your cloudflare account again and again to create custom domains, then you must use this extension to get release from this pain.

Version update: 
1. Enhanced domain search and select flow
2. Added training module inside the tool
3. Fixed minor bug                    

扩展基本信息

名称 Custom Domain Creator Custom Domain Creator
ID gfbpfohopdmennjbbebhecaaeamicecc
官方URL https://chromewebstore.google.com/detail/custom-domain-creator/gfbpfohopdmennjbbebhecaaeamicecc
简介 This extension is going to help end users to add their custom domains with cloudflare on the fly.
文件大小 1.12 MB
安装次数 90
当前版本 1.1.01
更新时间 2023-12-27
上架时间 2020-07-11
评分 5.00/5 共5次评分
开发者 https://createyourcustomdomain.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.tier5.us/chrome_extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery-3.1.0.min.js",
            "scripts\/const.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Custom Domain Creator"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "lib\/sweetalert2.css",
                "assets\/css\/main.css"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "lib\/sweetalert2.min.js",
                "scripts\/message_library.js",
                "scripts\/services.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension is going to help end users to add their custom domains with cloudflare on the fly.",
    "icons": {
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Custom Domain Creator",
    "permissions": [
        "storage"
    ],
    "version": "1.1.01",
    "web_accessible_resources": [
        "*.png"
    ]
}