CSP Tester

This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.

Τι είναι το CSP Tester;

Το CSP Tester είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον oxdef, και η κύρια λειτουργία του είναι "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης CSP Tester

Λήψη αρχείων επέκτασης CSP Tester σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension helps web masters to test web application functionality
with Content Security Policy (CSP) version 2.0 implemented.

Typical workflow looks like:

1. Open the extension window
2. Add into the URL Pattern a regular expression for the site that you want to test, for example *://yoursite.com/* (CSP Tester uses Chrome Match Patterns)
3. Tick the e.g. "self" checkbox, check "Active" and Save the changes
4. Open the Developer Tools and navigate to the tested site
5. Confirm a number of CSP violations reported in the Developer Tools Console as well as possible visual changes
6. Make changes in the policy based on these reports                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CSP Tester CSP Tester
ID ehmipebdmhlmikaopdfoinmcjhhfadlf
Επίσημο URL https://chromewebstore.google.com/detail/csp-tester/ehmipebdmhlmikaopdfoinmcjhhfadlf
Περιγραφή This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.
Μέγεθος Αρχείου 16.61 KB
Αριθμός Εγκαταστάσεων 2,090
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2018-10-02
Ημερομηνία Δημοσίευσης 2018-09-02
Αξιολόγηση 3.71/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής oxdef
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://oxdef.info/csp-tester
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSP Tester",
    "description": "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.",
    "version": "2.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/oxdef.info\/csp-tester",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    }
}