Cloud Bleed Detector

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

Co to jest Cloud Bleed Detector?

Cloud Bleed Detector to rozszerzenie Chrome opracowane przez srebalaji.sb, a jego główną funkcją jest „This extension helps you find whether the current webpage uses cloudlfare or not”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Cloud Bleed Detector

Pobierz pliki rozszerzeń Cloud Bleed Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
Oficjalny URL https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Opis This extension helps you find whether the current webpage uses cloudlfare or not
Rozmiar pliku 134 KB
Liczba instalacji 152
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-02-25
Data Publikacji 2017-02-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper srebalaji.sb
Typ Płatności free
Obsługiwane Języki 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"
    }
}