Content Security Policy Override
Modify the Content Security Policy of web pages.
Content Security Policy Override là gì?
Content Security Policy Override là một tiện ích mở rộng Chrome được phát triển bởi https://rufflewind.com, và tính năng chính của nó là "Modify the Content Security Policy of web pages.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Content Security Policy Override
Tải xuống các tệp mở rộng Content Security Policy Override dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Content Security Policy Override |
ID | lhieoncdgamiiogcllfmboilhgoknmpi |
URL Chính Thức | https://chromewebstore.google.com/detail/content-security-policy-o/lhieoncdgamiiogcllfmboilhgoknmpi |
Mô tả | Modify the Content Security Policy of web pages. |
Kích Thước Tệp | 13.54 KB |
Số Lần Cài Đặt | 2,934 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2018-06-16 |
Ngày Phát Hành | 2018-06-15 |
Đánh Giá | 4.22/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://rufflewind.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Rufflewind/chrome_cspmod |
URL Trang Trợ Giúp | https://github.com/Rufflewind/chrome_cspmod/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |