Cloud Bleed Detector

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

Cos'è Cloud Bleed Detector?

Cloud Bleed Detector è un'estensione di Chrome sviluppata da srebalaji.sb, e la sua funzione principale è "This extension helps you find whether the current webpage uses cloudlfare or not".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Cloud Bleed Detector

Scarica i file di estensione Cloud Bleed Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
URL Ufficiale https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Descrizione This extension helps you find whether the current webpage uses cloudlfare or not
Dimensione del File 134 KB
Conteggio Installazioni 152
Versione Corrente 1.0
Ultimo Aggiornamento 2017-02-25
Data di Pubblicazione 2017-02-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore srebalaji.sb
Tipo di Pagamento free
Lingue Supportate 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"
    }
}