Jakcodex/Muledump CORS Adapter

Manages necessary CORS headers for usage with Jakcodex/Muledump.

O que é Jakcodex/Muledump CORS Adapter?

Jakcodex/Muledump CORS Adapter é uma extensão do Chrome desenvolvida por https://jakcodex.github.io, e sua principal característica é "Manages necessary CORS headers for usage with Jakcodex/Muledump.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Jakcodex/Muledump CORS Adapter

Baixe arquivos de extensão Jakcodex/Muledump CORS Adapter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Jakcodex/Muledump CORS Adapter Jakcodex/Muledump CORS Adapter
ID iimhkldbldnmapepklmeeinclchfkddd
URL Oficial https://chromewebstore.google.com/detail/jakcodexmuledump-cors-ada/iimhkldbldnmapepklmeeinclchfkddd
Descrição Manages necessary CORS headers for usage with Jakcodex/Muledump.
Tamanho do Arquivo 556 KB
Contagem de Instalações 3,286
Versão Atual 1.1.5
Última Atualização 2019-08-20
Data de Publicação 2019-08-20
Classificação 4.69/5 Total de 13 Avaliações
Desenvolvedor https://jakcodex.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jakcodex/muledump-cors-adapter
URL da Página de Ajuda https://github.com/jakcodex/muledump/issues
URL da Página de Política de Privacidade https://jakcodex.github.io/muledump/privacy-policy
Idiomas Suportados 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"
    ]
}