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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Ashraf และคุณลักษณะหลักของมันคือ "A Chrome extension to detect whether the response is coming from a Cloudflare CDN and display its cache status."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Cloudflare Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล paulashraf14@gmail.com
ประเภทการชำระเงิน 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"
    }
}