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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is going to help end users to add their custom domains with cloudflare on the fly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Custom Domain Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}