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