Cloud Bleed Detector

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

Vad är Cloud Bleed Detector?

Cloud Bleed Detector är en Chrome-tillägg utvecklad av srebalaji.sb, och dess huvudfunktion är "This extension helps you find whether the current webpage uses cloudlfare or not".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Cloud Bleed Detector-förlängningens CRX-fil

Ladda ner Cloud Bleed Detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cloud Bleed Detector Cloud Bleed Detector
ID milgfcnknhpokpaphehgbcdknmeeeoaa
Officiell webbadress https://chrome.google.com/webstore/detail/cloud-bleed-detector/milgfcnknhpokpaphehgbcdknmeeeoaa
Beskrivning This extension helps you find whether the current webpage uses cloudlfare or not
Filstorlek 134 KB
Antal Installationer 152
Aktuell Version 1.0
Senast Uppdaterad 2017-02-25
Publiceringsdatum 2017-02-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare srebalaji.sb
Betalningssätt free
Stödda Språk 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"
    }
}