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是由Vincenzo Magno開發的Chrome擴展程式,該擴展的主要功能是“Now you can translate all the cards on "Crucible" in the desired language”。

擴展截圖

screenshot

下載The Crucible KeyForge Multilanguage擴展crx文件

下載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
官方網址 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
}