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 } } |