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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://github.com/jakcodex/muledump/issues |
URL หน้านโยบายความเป็นส่วนตัว | 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", " |