Content Security Policy Override
Modify the Content Security Policy of web pages.
Content Security Policy Overrideとは何ですか?
Content Security Policy Overrideはhttps://rufflewind.comによって開発されたChromeの拡張機能で、その主な機能は「Modify the Content Security Policy of web pages.」です。
拡張機能のスクリーンショット
Content Security Policy Override拡張機能のCRXファイルをダウンロード
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 } } |