Jakcodex/Muledump CORS Adapter
Manages necessary CORS headers for usage with Jakcodex/Muledump.
ما هو Jakcodex/Muledump CORS Adapter؟
Jakcodex/Muledump CORS Adapter هو إضافة Chrome تم تطويرها بواسطة https://jakcodex.github.io، والميزة الرئيسية لها هي "Manages necessary CORS headers for usage with Jakcodex/Muledump.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jakcodex/Muledump CORS Adapter
قم بتنزيل ملفات الامتداد Jakcodex/Muledump CORS Adapter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension looks for requests made to the Realm of the Mad God game servers. When a valid request is detected it inserts a response header to enable your browser to talk directly with the game API without involving a third party in the connection. Warning: As of Chrome v76, request types that Muledump utilize for communications with Deca are no longer sent to extensions. It is recommended you switch to Opera and then install this extension there.
معلومات أساسية عن التمديد
الاسم | Jakcodex/Muledump CORS Adapter |
ID | iimhkldbldnmapepklmeeinclchfkddd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jakcodexmuledump-cors-ada/iimhkldbldnmapepklmeeinclchfkddd |
الوصف | Manages necessary CORS headers for usage with Jakcodex/Muledump. |
حجم الملف | 556 KB |
عدد التثبيتات | 3,286 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2019-08-20 |
تاريخ النشر | 2019-08-20 |
تقييم | 4.69/5 مجموع تقييمات 13 |
المطور | https://jakcodex.github.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jakcodex/muledump-cors-adapter |
عنوان صفحة المساعدة | https://github.com/jakcodex/muledump/issues |
عنوان صفحة سياسة الخصوصية | https://jakcodex.github.io/muledump/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jakcodex\/Muledump CORS Adapter", "short_name": "muledump-cors-adapter", "version": "1.1.5", "manifest_version": 2, "description": "Manages necessary CORS headers for usage with Jakcodex\/Muledump.", "icons": { "16": "lib\/icon-16.png", "32": "lib\/icon-32.png", "48": "lib\/icon-48.png", "128": "lib\/icon-128.png" }, "homepage_url": "https:\/\/github.com\/jakcodex\/muledump-cors-adapter", "background": { "scripts": [ "lib\/background.js" ] }, "browser_action": { "default_icon": "lib\/on.png", "default_title": "Jakcodex\/Muledump CORS Adapter", "default_popup": "popup.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |