Cloud Bleed Detector

This extension helps you find whether the current webpage uses cloudlfare or not

Cloud Bleed Detectorคืออะไร?

Cloud Bleed Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย srebalaji.sb และคุณลักษณะหลักของมันคือ "This extension helps you find whether the current webpage uses cloudlfare or not"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Bleed Detector

ดาวน์โหลดไฟล์ส่วนขยาย Cloud Bleed Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Cloud Bleed Detector is a chrome extension that helps you find whether the current webpage uses cloudflare or not.
People who are concerned about cloudbleed bug can use this extension to find whether their favorite sites uses cloudflare and can take necessary actions.

If the red circle icon is visible in the toolbar ( next to address bar ) then the website uses cloudflare. If not then the website not uses cloudflare.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
คำอธิบาย This extension helps you find whether the current webpage uses cloudlfare or not
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-02-25
วันที่เผยแพร่ 2017-02-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา srebalaji.sb
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Bleed Detector",
    "description": "This extension helps you find whether the current webpage uses cloudlfare or not",
    "version": "1.0",
    "permissions": [
        "background",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "declarativeContent",
        ""
    ],
    "background": {
        "scripts": [
            "bgp.js"
        ],
        "persitent": true
    },
    "page_action": {
        "default_icon": "cloudbleed.png",
        "default_title": "This webpage doesn't use cloudlfare"
    }
}