Chrome Cloudflare Helper

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

Co je Chrome Cloudflare Helper?

Chrome Cloudflare Helper je rozšíření Chrome vyvinuté Paul Ashraf, a jeho hlavní funkcí je „A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Chrome Cloudflare Helper

Stáhněte si soubory rozšíření Chrome Cloudflare Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Chrome Cloudflare Helper Chrome Cloudflare Helper
ID mlfmmcdkndpcaffjdbbjoodliplkpkmj
Oficiální URL https://chromewebstore.google.com/detail/chrome-cloudflare-helper/mlfmmcdkndpcaffjdbbjoodliplkpkmj
Popis A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.
Velikost souboru 155 KB
Počet instalací 299
Aktuální Verze 1.0
Poslední Aktualizace 2023-06-21
Datum Vydání 2023-06-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Paul Ashraf
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}