Content Security Policy Override

Modify the Content Security Policy of web pages.

Apa itu Content Security Policy Override?

Content Security Policy Override adalah ekstensi Chrome yang dikembangkan oleh https://rufflewind.com, dan fitur utamanya adalah "Modify the Content Security Policy of web pages.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Content Security Policy Override

Unduh file ekstensi Content Security Policy Override dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Content Security Policy Override Content Security Policy Override
ID lhieoncdgamiiogcllfmboilhgoknmpi
URL Resmi https://chromewebstore.google.com/detail/content-security-policy-o/lhieoncdgamiiogcllfmboilhgoknmpi
Deskripsi Modify the Content Security Policy of web pages.
Ukuran File 13.54 KB
Jumlah Instalasi 2,934
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2018-06-16
Tanggal Publikasi 2018-06-15
Penilaian 4.22/5 Total 9 Penilaian
Pengembang https://rufflewind.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/Rufflewind/chrome_cspmod
URL Halaman Bantuan https://github.com/Rufflewind/chrome_cspmod/issues
Bahasa yang Didukung 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
    }
}