Content Security Policy Override

Modify the Content Security Policy of web pages.

Wat is Content Security Policy Override?

Content Security Policy Override is een Chrome-extensie ontwikkeld door https://rufflewind.com, en de belangrijkste functie is "Modify the Content Security Policy of web pages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Content Security Policy Override

Download Content Security Policy Override-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Content Security Policy Override Content Security Policy Override
ID lhieoncdgamiiogcllfmboilhgoknmpi
Officiële URL https://chromewebstore.google.com/detail/content-security-policy-o/lhieoncdgamiiogcllfmboilhgoknmpi
Beschrijving Modify the Content Security Policy of web pages.
Bestandsgrootte 13.54 KB
Aantal Installaties 2,934
Huidige Versie 1.2.0
Laatst Bijgewerkt 2018-06-16
Publicatiedatum 2018-06-15
Beoordeling 4.22/5 Totaal 9 Beoordelingen
Ontwikkelaar https://rufflewind.com
Betalingswijze free
Extensiewebsite https://github.com/Rufflewind/chrome_cspmod
Help Pagina-URL https://github.com/Rufflewind/chrome_cspmod/issues
Ondersteunde Talen 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
    }
}