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