Cloud Bleed Detector

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

Qu'est-ce que Cloud Bleed Detector ?

Cloud Bleed Detector est une extension Chrome développée par srebalaji.sb, et sa fonction principale est "This extension helps you find whether the current webpage uses cloudlfare or not".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cloud Bleed Detector

Téléchargez les fichiers d'extension Cloud Bleed Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
URL Officiel https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Description This extension helps you find whether the current webpage uses cloudlfare or not
Taille du Fichier 134 KB
Nombre d'Installations 152
Version Actuelle 1.0
Dernière Mise à Jour 2017-02-25
Date de Publication 2017-02-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur srebalaji.sb
Type de Paiement free
Langues Prises en Charge 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"
    }
}