The Crucible KeyForge Multilanguage

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

Wat is The Crucible KeyForge Multilanguage?

The Crucible KeyForge Multilanguage is een Chrome-extensie ontwikkeld door Vincenzo Magno, en de belangrijkste functie is "Now you can translate all the cards on "Crucible" in the desired language".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Crucible KeyForge Multilanguage

Download The Crucible KeyForge Multilanguage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam The Crucible KeyForge Multilanguage The Crucible KeyForge Multilanguage
ID diockgdjibhifoacnbgopfokldkmdlif
Officiële URL https://chromewebstore.google.com/detail/the-crucible-keyforge-mul/diockgdjibhifoacnbgopfokldkmdlif
Beschrijving Now you can translate all the cards on "Crucible" in the desired language
Bestandsgrootte 54.27 KB
Aantal Installaties 61
Huidige Versie 2.0
Laatst Bijgewerkt 2019-06-02
Publicatiedatum 2019-06-02
Ontwikkelaar Vincenzo Magno
Betalingswijze free
Ondersteunde Talen 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
}