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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } |