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 là gì?

Chrome Cloudflare Helper là một tiện ích mở rộng Chrome được phát triển bởi Paul Ashraf, và tính năng chính của nó là "A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Cloudflare Helper

Tải xuống các tệp mở rộng Chrome Cloudflare Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Cloudflare Helper Chrome Cloudflare Helper
ID mlfmmcdkndpcaffjdbbjoodliplkpkmj
URL Chính Thức https://chromewebstore.google.com/detail/chrome-cloudflare-helper/mlfmmcdkndpcaffjdbbjoodliplkpkmj
Mô tả A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status.
Kích Thước Tệp 155 KB
Số Lần Cài Đặt 299
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-21
Ngày Phát Hành 2023-06-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Paul Ashraf
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}