Cloud Bleed Detector

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

Τι είναι το Cloud Bleed Detector;

Το Cloud Bleed Detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον srebalaji.sb, και η κύρια λειτουργία του είναι "This extension helps you find whether the current webpage uses cloudlfare or not".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Cloud Bleed Detector

Λήψη αρχείων επέκτασης 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"
    }
}