The Crucible KeyForge Multilanguage
Now you can translate all the cards on "Crucible" in the desired language
Vad är The Crucible KeyForge Multilanguage?
The Crucible KeyForge Multilanguage är en Chrome-tillägg utvecklad av Vincenzo Magno, och dess huvudfunktion är "Now you can translate all the cards on "Crucible" in the desired language".
Tilläggsskärmbilder
Ladda ner The Crucible KeyForge Multilanguage-förlängningens CRX-fil
Ladda ner The Crucible KeyForge Multilanguage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Supported languages:
English
Italiano
Español
Français
Deutsch
Polski
Português
Chinese simplified
Chinese traditional Grundläggande Information om Tillägg
| Namn | |
| ID | diockgdjibhifoacnbgopfokldkmdlif |
| Officiell webbadress | https://chromewebstore.google.com/detail/the-crucible-keyforge-mul/diockgdjibhifoacnbgopfokldkmdlif |
| Beskrivning | Now you can translate all the cards on "Crucible" in the desired language |
| Filstorlek | 54.27 KB |
| Antal Installationer | 61 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2019-06-02 |
| Publiceringsdatum | 2019-06-02 |
| Utvecklare | Vincenzo Magno |
| Betalningssätt | free |
| Stödda Språk | 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
} | |