Cloud Bleed Detector

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

What is Cloud Bleed Detector?

Cloud Bleed Detector is a Chrome extension developed by srebalaji.sb, and its main feature is "This extension helps you find whether the current webpage uses cloudlfare or not".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cloud Bleed Detector Extension CRX File

Download Cloud Bleed Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
Official URL https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Description This extension helps you find whether the current webpage uses cloudlfare or not
File Size 134 KB
Installation Count 152
Current Version 1.0
Last Updated 2017-02-25
Publish Date 2017-02-25
Rating 5.00/5 Total 1 Ratings
Developer srebalaji.sb
Payment Type free
Supported Languages 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"
    }
}