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
官方網址 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"
    ]
}