Cloud Bleed Detector

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

Cloud Bleed Detectorとは何ですか?

Cloud Bleed Detectorはsrebalaji.sbによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you find whether the current webpage uses cloudlfare or not」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Cloud Bleed Detector拡張機能のCRXファイルをダウンロード

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"
    }
}