Jakcodex/Muledump CORS Adapter
Manages necessary CORS headers for usage with Jakcodex/Muledump.
Co je Jakcodex/Muledump CORS Adapter?
Jakcodex/Muledump CORS Adapter je rozšíření Chrome vyvinuté https://jakcodex.github.io, a jeho hlavní funkcí je „Manages necessary CORS headers for usage with Jakcodex/Muledump.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Jakcodex/Muledump CORS Adapter
Stáhněte si soubory rozšíření Jakcodex/Muledump CORS Adapter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Jakcodex/Muledump CORS Adapter |
ID | iimhkldbldnmapepklmeeinclchfkddd |
Oficiální URL | https://chromewebstore.google.com/detail/jakcodexmuledump-cors-ada/iimhkldbldnmapepklmeeinclchfkddd |
Popis | Manages necessary CORS headers for usage with Jakcodex/Muledump. |
Velikost souboru | 556 KB |
Počet instalací | 3,286 |
Aktuální Verze | 1.1.5 |
Poslední Aktualizace | 2019-08-20 |
Datum Vydání | 2019-08-20 |
Hodnocení | 4.69/5 Celkem 13 Hodnocení |
Vývojář | https://jakcodex.github.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/jakcodex/muledump-cors-adapter |
URL Stránky Nápovědy | https://github.com/jakcodex/muledump/issues |
URL Stránky Zásad Ochrany Soukromí | https://jakcodex.github.io/muledump/privacy-policy |
Podporované Jazyky | 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", " |