Cloud Bleed Detector

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

Что такое Cloud Bleed Detector?

Cloud Bleed Detector - это расширение Chrome, разработанное srebalaji.sb, и его основная функция - "This extension helps you find whether the current webpage uses cloudlfare or not".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Cloud Bleed Detector

Скачайте файлы расширений Cloud Bleed Detector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
Официальный URL https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Описание This extension helps you find whether the current webpage uses cloudlfare or not
Размер файла 134 KB
Количество установок 152
Текущая Версия 1.0
Последнее Обновление 2017-02-25
Дата публикации 2017-02-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик srebalaji.sb
Тип оплаты free
Поддерживаемые языки 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"
    }
}