Disable Content Security Policy
A extension that set csp value empty
Disable Content Security Policyคืออะไร?
Disable Content Security Policy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mywait และคุณลักษณะหลักของมันคือ "A extension that set csp value empty"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Content Security Policy
ดาวน์โหลดไฟล์ส่วนขยาย Disable Content Security Policy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A extension that helps you disable or bypass Content Security Policy(CSP). You should know that if you enable it,you are under the risk being attacked by XSS. Click the cola icon.When it turns red,it's working.When it turns gray,it's not. If it not work,try to refresh the page or contact me. 一个帮助你禁用CSP的扩展。 你应该知道禁用后你就处于XSS攻击的风险下了。 点击可乐icon,红色代表CSP被禁用,灰色代表CSP正在生效。 如果没作用,刷新页面试试。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disable Content Security Policy |
ID | eckgajjlhojckchohogcblfjhpfdmoge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disable-content-security/eckgajjlhojckchohogcblfjhpfdmoge |
คำอธิบาย | A extension that set csp value empty |
ขนาดไฟล์ | 14.05 KB |
จำนวนการติดตั้ง | 436 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-06-14 |
วันที่เผยแพร่ | 2022-06-13 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Mywait |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/WithoutHair/Disable-Content-Security-Policy#disable-content-security-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Content Security Policy", "description": "A extension that set csp value empty", "version": "1.0.0", "author": "Mywait", "homepage_url": "https:\/\/github.com\/WithoutHair\/Disable-Content-Security-Policy", "manifest_version": 3, "permissions": [ "declarativeNetRequest", "browsingData", "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/cola_gray.png" } }, "icons": { "48": "icon\/cola_48.png", "128": "icon\/cola_128.png" } } |