Custom Domain Creator

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

Custom Domain Creator là gì?

Custom Domain Creator là một tiện ích mở rộng Chrome được phát triển bởi https://createyourcustomdomain.com, và tính năng chính của nó là "This extension is going to help end users to add their custom domains with cloudflare on the fly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom Domain Creator

Tải xuống các tệp mở rộng Custom Domain Creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom Domain Creator Custom Domain Creator
ID gfbpfohopdmennjbbebhecaaeamicecc
URL Chính Thức https://chromewebstore.google.com/detail/custom-domain-creator/gfbpfohopdmennjbbebhecaaeamicecc
Mô tả This extension is going to help end users to add their custom domains with cloudflare on the fly.
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.1.01
Cập Nhật Lần Cuối 2023-12-27
Ngày Phát Hành 2020-07-11
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://createyourcustomdomain.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.tier5.us/chrome_extension
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}