Cloud Bleed Detector

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

Wat is Cloud Bleed Detector?

Cloud Bleed Detector is een Chrome-extensie ontwikkeld door srebalaji.sb, en de belangrijkste functie is "This extension helps you find whether the current webpage uses cloudlfare or not".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cloud Bleed Detector

Download Cloud Bleed Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
Officiële URL https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Beschrijving This extension helps you find whether the current webpage uses cloudlfare or not
Bestandsgrootte 134 KB
Aantal Installaties 152
Huidige Versie 1.0
Laatst Bijgewerkt 2017-02-25
Publicatiedatum 2017-02-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar srebalaji.sb
Betalingswijze free
Ondersteunde Talen 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"
    }
}