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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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