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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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", " |