Jakcodex/Muledump CORS Adapter
Manages necessary CORS headers for usage with Jakcodex/Muledump.
Was ist Jakcodex/Muledump CORS Adapter?
Jakcodex/Muledump CORS Adapter ist eine Chrome-Erweiterung, die von https://jakcodex.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Manages necessary CORS headers for usage with Jakcodex/Muledump.".
Erweiterungsscreenshots
Jakcodex/Muledump CORS Adapter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jakcodex/Muledump CORS Adapter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Jakcodex/Muledump CORS Adapter |
ID | iimhkldbldnmapepklmeeinclchfkddd |
Offizielle URL | https://chromewebstore.google.com/detail/jakcodexmuledump-cors-ada/iimhkldbldnmapepklmeeinclchfkddd |
Beschreibung | Manages necessary CORS headers for usage with Jakcodex/Muledump. |
Dateigröße | 556 KB |
Installationsanzahl | 3,286 |
Aktuelle Version | 1.1.5 |
Letztes Update | 2019-08-20 |
Veröffentlichungsdatum | 2019-08-20 |
Bewertung | 4.69/5 Insgesamt 13 Bewertungen |
Entwickler | https://jakcodex.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jakcodex/muledump-cors-adapter |
Hilfeseite URL | https://github.com/jakcodex/muledump/issues |
URL der Datenschutzrichtlinien-Seite | https://jakcodex.github.io/muledump/privacy-policy |
Unterstützte Sprachen | 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", " |