Chrome Cloudflare Helper

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

What is Chrome Cloudflare Helper?

Chrome Cloudflare Helper is a Chrome extension developed by Paul Ashraf, and its main feature is "A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.".

Extension Screenshots

screenshot

Download Chrome Cloudflare Helper Extension CRX File

Download Chrome Cloudflare Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Chrome Cloudflare Helper Chrome Cloudflare Helper
ID mlfmmcdkndpcaffjdbbjoodliplkpkmj
Official URL https://chromewebstore.google.com/detail/chrome-cloudflare-helper/mlfmmcdkndpcaffjdbbjoodliplkpkmj
Description A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.
File Size 155 KB
Installation Count 299
Current Version 1.0
Last Updated 2023-06-21
Publish Date 2023-06-20
Rating 5.00/5 Total 2 Ratings
Developer Paul Ashraf
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}