Jakcodex/Muledump CORS Adapter

Manages necessary CORS headers for usage with Jakcodex/Muledump.

什么是Jakcodex/Muledump CORS Adapter?

Jakcodex/Muledump CORS Adapter是由https://jakcodex.github.io开发的Chrome扩展程序,该扩展的主要功能是“Manages necessary CORS headers for usage with Jakcodex/Muledump.”。

扩展截图

screenshot
screenshot

下载Jakcodex/Muledump CORS Adapter扩展crx文件

下载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 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",
        ""
    ],
    "web_accessible_resources": [
        "on.png",
        "off.png"
    ]
}