Cloud Bleed Detector

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

Co je Cloud Bleed Detector?

Cloud Bleed Detector je rozšíření Chrome vyvinuté srebalaji.sb, a jeho hlavní funkcí je „This extension helps you find whether the current webpage uses cloudlfare or not“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Cloud Bleed Detector

Stáhněte si soubory rozšíření Cloud Bleed Detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
Oficiální URL https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Popis This extension helps you find whether the current webpage uses cloudlfare or not
Velikost souboru 134 KB
Počet instalací 152
Aktuální Verze 1.0
Poslední Aktualizace 2017-02-25
Datum Vydání 2017-02-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář srebalaji.sb
Typ Platby free
Podporované Jazyky 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"
    }
}