Content Security Policy Override
Modify the Content Security Policy of web pages.
Τι είναι το Content Security Policy Override;
Το Content Security Policy Override είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rufflewind.com, και η κύρια λειτουργία του είναι "Modify the Content Security Policy of web pages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Content Security Policy Override
Λήψη αρχείων επέκτασης Content Security Policy Override σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Allows the user to modify the Content Security Policy (CSP) of web pages. Warning: improper use of this add-on can diminish the security of your browser. Do not use unless you really know what you're doing. To edit the configuration, go to chrome://extensions and click Options under Content Security Policy Override. The text area in the Options will automatically save as you edit. Bugs should be reported here: https://github.com/Rufflewind/chrome_cspmod/issues
Βασικές Πληροφορίες Επέκτασης
Όνομα | Content Security Policy Override |
ID | lhieoncdgamiiogcllfmboilhgoknmpi |
Επίσημο URL | https://chromewebstore.google.com/detail/content-security-policy-o/lhieoncdgamiiogcllfmboilhgoknmpi |
Περιγραφή | Modify the Content Security Policy of web pages. |
Μέγεθος Αρχείου | 13.54 KB |
Αριθμός Εγκαταστάσεων | 2,934 |
Τρέχουσα Έκδοση | 1.2.0 |
Τελευταία Ενημέρωση | 2018-06-16 |
Ημερομηνία Δημοσίευσης | 2018-06-15 |
Αξιολόγηση | 4.22/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | https://rufflewind.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Rufflewind/chrome_cspmod |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Rufflewind/chrome_cspmod/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.0", "name": "Content Security Policy Override", "description": "Modify the Content Security Policy of web pages.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/" ], "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ], "persistent": true } } |