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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}