Block Cross Domain protection
Block Cross Domain protection.
ما هو Block Cross Domain protection؟
Block Cross Domain protection هو إضافة Chrome تم تطويرها بواسطة Albert Sputa، والميزة الرئيسية لها هي "Block Cross Domain protection.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Block Cross Domain protection
قم بتنزيل ملفات الامتداد Block Cross Domain protection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension toggles block cross domain requests globally. On specific web site accepted only primary domain requests.
معلومات أساسية عن التمديد
الاسم | Block Cross Domain protection |
ID | jhkijjgjpejknifghmgiekgcmpadeidk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/block-cross-domain-protec/jhkijjgjpejknifghmgiekgcmpadeidk |
الوصف | Block Cross Domain protection. |
حجم الملف | 24.57 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 0.8 |
آخر تحديث | 2018-06-21 |
تاريخ النشر | 2018-06-21 |
المطور | Albert Sputa |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/48-off.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+B", "mac": "MacCtrl+Shift+B" } } }, "description": "Block Cross Domain protection.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "manifest_version": 2, "name": "Block Cross Domain protection", "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.8" } |