The Crucible KeyForge Multilanguage

Now you can translate all the cards on "Crucible" in the desired language

Что такое The Crucible KeyForge Multilanguage?

The Crucible KeyForge Multilanguage - это расширение Chrome, разработанное Vincenzo Magno, и его основная функция - "Now you can translate all the cards on "Crucible" in the desired language".

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

screenshot

Скачать файл CRX расширения The Crucible KeyForge Multilanguage

Скачайте файлы расширений The Crucible KeyForge Multilanguage в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Supported languages:
English
Italiano
Español
Français
Deutsch
Polski
Português
Chinese simplified
Chinese traditional                    

Основная информация о расширении

Название The Crucible KeyForge Multilanguage The Crucible KeyForge Multilanguage
ID diockgdjibhifoacnbgopfokldkmdlif
Официальный URL https://chromewebstore.google.com/detail/the-crucible-keyforge-mul/diockgdjibhifoacnbgopfokldkmdlif
Описание Now you can translate all the cards on "Crucible" in the desired language
Размер файла 54.27 KB
Количество установок 61
Текущая Версия 2.0
Последнее Обновление 2019-06-02
Дата публикации 2019-06-02
Разработчик Vincenzo Magno
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Crucible KeyForge Multilanguage",
    "version": "2.0",
    "description": "Now you can translate all the cards on \"Crucible\" in the desired language",
    "permissions": [
        "*:\/\/*.keyforgegame.com\/*",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon\/keyforge_ita16.png",
            "32": "images\/icon\/keyforge_ita32.png",
            "48": "images\/icon\/keyforge_ita48.png",
            "128": "images\/icon\/keyforge_ita128.png"
        }
    },
    "icons": {
        "16": "images\/icon\/keyforge_ita16.png",
        "32": "images\/icon\/keyforge_ita32.png",
        "48": "images\/icon\/keyforge_ita48.png",
        "128": "images\/icon\/keyforge_ita128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.thecrucible.online\/*",
                "https:\/\/thecrucible.online\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "proxyXHR.js",
                "change_imgs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/cards\/*.png"
    ],
    "manifest_version": 2
}