Jakcodex/Muledump CORS Adapter
Manages necessary CORS headers for usage with Jakcodex/Muledump.
Jakcodex/Muledump CORS Adapter là gì?
Jakcodex/Muledump CORS Adapter là một tiện ích mở rộng Chrome được phát triển bởi https://jakcodex.github.io, và tính năng chính của nó là "Manages necessary CORS headers for usage with Jakcodex/Muledump.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jakcodex/Muledump CORS Adapter
Tải xuống các tệp mở rộng Jakcodex/Muledump CORS Adapter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jakcodex/Muledump CORS Adapter |
ID | iimhkldbldnmapepklmeeinclchfkddd |
URL Chính Thức | https://chromewebstore.google.com/detail/jakcodexmuledump-cors-ada/iimhkldbldnmapepklmeeinclchfkddd |
Mô tả | Manages necessary CORS headers for usage with Jakcodex/Muledump. |
Kích Thước Tệp | 556 KB |
Số Lần Cài Đặt | 3,286 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2019-08-20 |
Ngày Phát Hành | 2019-08-20 |
Đánh Giá | 4.69/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://jakcodex.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jakcodex/muledump-cors-adapter |
URL Trang Trợ Giúp | https://github.com/jakcodex/muledump/issues |
URL Trang Chính Sách Bảo Mật | https://jakcodex.github.io/muledump/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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", " |