Browser Header Filter: No CSP
Disables CSP headers
Browser Header Filter: No CSPคืออะไร?
Browser Header Filter: No CSP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย YaDeveloper และคุณลักษณะหลักของมันคือ "Disables CSP headers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Header Filter: No CSP
ดาวน์โหลดไฟล์ส่วนขยาย Browser Header Filter: No CSP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easing developers life by removing CSP headers and logging them on the background page. Now you can test your scripts from Developer Tools console as long as you want. To disable CSP headers simply activate the extension. To enable them again just deactivate it. Handle with care. !!Do not install if you do not know what is it for!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Browser Header Filter: No CSP |
ID | bdpbgfaoocdjolgbgjmpphgolanldnfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/browser-header-filter-no/bdpbgfaoocdjolgbgjmpphgolanldnfo |
คำอธิบาย | Disables CSP headers |
ขนาดไฟล์ | 34.92 KB |
จำนวนการติดตั้ง | 147 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-10-31 |
วันที่เผยแพร่ | 2021-10-30 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | YaDeveloper |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://telegra.ph/Privacy-policy-10-25-7 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser Header Filter: No CSP", "description": "Disables CSP headers", "version": "1.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "i16.png", "32": "i32.png", "48": "i48.png", "128": "i128.png" }, "web_accessible_resources": [ "*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; child-src 'self'; connect-src 'self' https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net; img-src 'self' data: chrome: https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net; style-src 'self'; default-src 'self'", "manifest_version": 2 } |