The Crucible KeyForge Multilanguage
Now you can translate all the cards on "Crucible" in the desired language
Was ist The Crucible KeyForge Multilanguage?
The Crucible KeyForge Multilanguage ist eine Chrome-Erweiterung, die von Vincenzo Magno entwickelt wurde, und ihr Hauptmerkmal ist "Now you can translate all the cards on "Crucible" in the desired language".
Erweiterungsscreenshots
The Crucible KeyForge Multilanguage-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Crucible KeyForge Multilanguage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Supported languages:
English
Italiano
Español
Français
Deutsch
Polski
Português
Chinese simplified
Chinese traditional Grundlegende Informationen zur Erweiterung
| Name | |
| ID | diockgdjibhifoacnbgopfokldkmdlif |
| Offizielle URL | https://chromewebstore.google.com/detail/the-crucible-keyforge-mul/diockgdjibhifoacnbgopfokldkmdlif |
| Beschreibung | Now you can translate all the cards on "Crucible" in the desired language |
| Dateigröße | 54.27 KB |
| Installationsanzahl | 61 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2019-06-02 |
| Veröffentlichungsdatum | 2019-06-02 |
| Entwickler | Vincenzo Magno |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |