Jakcodex/Muledump CORS Adapter

Manages necessary CORS headers for usage with Jakcodex/Muledump.

Что такое Jakcodex/Muledump CORS Adapter?

Jakcodex/Muledump CORS Adapter - это расширение Chrome, разработанное https://jakcodex.github.io, и его основная функция - "Manages necessary CORS headers for usage with Jakcodex/Muledump.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Jakcodex/Muledump CORS Adapter

Скачайте файлы расширений 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 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
Электронная почта [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",
        ""
    ],
    "web_accessible_resources": [
        "on.png",
        "off.png"
    ]
}