Cloud Bleed Detector

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

Apa itu Cloud Bleed Detector?

Cloud Bleed Detector adalah ekstensi Chrome yang dikembangkan oleh srebalaji.sb, dan fitur utamanya adalah "This extension helps you find whether the current webpage uses cloudlfare or not".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cloud Bleed Detector

Unduh file ekstensi Cloud Bleed Detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
URL Resmi https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Deskripsi This extension helps you find whether the current webpage uses cloudlfare or not
Ukuran File 134 KB
Jumlah Instalasi 152
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-02-25
Tanggal Publikasi 2017-02-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang srebalaji.sb
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}