Jakcodex/Muledump CORS Adapter
Manages necessary CORS headers for usage with Jakcodex/Muledump.
Wat is Jakcodex/Muledump CORS Adapter?
Jakcodex/Muledump CORS Adapter is een Chrome-extensie ontwikkeld door https://jakcodex.github.io, en de belangrijkste functie is "Manages necessary CORS headers for usage with Jakcodex/Muledump.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jakcodex/Muledump CORS Adapter
Download Jakcodex/Muledump CORS Adapter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Jakcodex/Muledump CORS Adapter |
ID | iimhkldbldnmapepklmeeinclchfkddd |
Officiële URL | https://chromewebstore.google.com/detail/jakcodexmuledump-cors-ada/iimhkldbldnmapepklmeeinclchfkddd |
Beschrijving | Manages necessary CORS headers for usage with Jakcodex/Muledump. |
Bestandsgrootte | 556 KB |
Aantal Installaties | 3,286 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2019-08-20 |
Publicatiedatum | 2019-08-20 |
Beoordeling | 4.69/5 Totaal 13 Beoordelingen |
Ontwikkelaar | https://jakcodex.github.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jakcodex/muledump-cors-adapter |
Help Pagina-URL | https://github.com/jakcodex/muledump/issues |
URL van de Privacybeleid Pagina | https://jakcodex.github.io/muledump/privacy-policy |
Ondersteunde Talen | 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", " |