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
官方網址 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"
    }
}