Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
ما هو Allow CORS & Origin؟
Allow CORS & Origin هو إضافة Chrome تم تطويرها بواسطة tabhibernation2.0، والميزة الرئيسية لها هي "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Allow CORS & Origin
قم بتنزيل ملفات الامتداد Allow CORS & Origin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
⬇️Easy to set up⬇️: 1. Install the extension. 2. To activate the add-on, open the toolbar 🛠 popup, 3. Press the toggle button on the left side, the icon will turn from gray to an orange C letter. ✨Features ✨ 1. Performs the request to unblock CORS. 2. Easily perform cross-domain Ajax requests in web applications. 3. Add ➕(Access-Control-Allow-Origin: 😉rule to the response header. Unblock CORS or Cross-Origin Resource Sharing with this extension which is blocked 🚫 in modern browsers by default
معلومات أساسية عن التمديد
الاسم | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
الوصف | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
حجم الملف | 58.51 KB |
عدد التثبيتات | 7,000 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2023-12-15 |
تاريخ النشر | 2022-10-13 |
تقييم | 3.55/5 مجموع تقييمات 33 |
المطور | tabhibernation2.0 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Allow CORS & Origin", "name": "Allow CORS & Origin", "version": "1.0.1", "manifest_version": 3, "offline_enabled": true, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "host_permissions": [ " |