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によって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.」です。

拡張機能のスクリーンショット

screenshot

Chrome Cloudflare Helper拡張機能のCRXファイルをダウンロード

Chrome Cloudflare Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}