Chrome Cloudflare Helper

A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.

Chrome Cloudflare Helper क्या है?

Chrome Cloudflare Helper Paul Ashraf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status."।

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

screenshot

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

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

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

                        A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.                    

एक्सटेंशन की मूल जानकारी

नाम Chrome Cloudflare Helper Chrome Cloudflare Helper
ID mlfmmcdkndpcaffjdbbjoodliplkpkmj
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-cloudflare-helper/mlfmmcdkndpcaffjdbbjoodliplkpkmj
विवरण A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.
फ़ाइल का आकार 155 KB
स्थापना संख्या 299
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-06-21
प्रकाशन तिथि 2023-06-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Paul Ashraf
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Cloudflare Helper",
    "version": "1.0",
    "description": "A Chrome extension to detect  whether the response is coming from a Cloudflare CDN and display its cache status.",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}