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

تحميل ملف CRX للإضافة Chrome Cloudflare Helper

قم بتنزيل ملفات الامتداد Chrome Cloudflare Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}