The Crucible KeyForge Multilanguage

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

The Crucible KeyForge Multilanguage là gì?

The Crucible KeyForge Multilanguage là một tiện ích mở rộng Chrome được phát triển bởi Vincenzo Magno, và tính năng chính của nó là "Now you can translate all the cards on "Crucible" in the desired language".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Crucible KeyForge Multilanguage

Tải xuống các tệp mở rộng The Crucible KeyForge Multilanguage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Crucible KeyForge Multilanguage The Crucible KeyForge Multilanguage
ID diockgdjibhifoacnbgopfokldkmdlif
URL Chính Thức https://chromewebstore.google.com/detail/the-crucible-keyforge-mul/diockgdjibhifoacnbgopfokldkmdlif
Mô tả Now you can translate all the cards on "Crucible" in the desired language
Kích Thước Tệp 54.27 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-06-02
Ngày Phát Hành 2019-06-02
Nhà Phát Triển Vincenzo Magno
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}