The Crucible KeyForge Multilanguage
Now you can translate all the cards on "Crucible" in the desired language
O que é The Crucible KeyForge Multilanguage?
The Crucible KeyForge Multilanguage é uma extensão do Chrome desenvolvida por Vincenzo Magno, e sua principal característica é "Now you can translate all the cards on "Crucible" in the desired language".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Crucible KeyForge Multilanguage
Baixe arquivos de extensão The Crucible KeyForge Multilanguage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Supported languages:
English
Italiano
Español
Français
Deutsch
Polski
Português
Chinese simplified
Chinese traditional Informações Básicas da Extensão
| Nome | |
| ID | diockgdjibhifoacnbgopfokldkmdlif |
| URL Oficial | https://chromewebstore.google.com/detail/the-crucible-keyforge-mul/diockgdjibhifoacnbgopfokldkmdlif |
| Descrição | Now you can translate all the cards on "Crucible" in the desired language |
| Tamanho do Arquivo | 54.27 KB |
| Contagem de Instalações | 61 |
| Versão Atual | 2.0 |
| Última Atualização | 2019-06-02 |
| Data de Publicação | 2019-06-02 |
| Desenvolvedor | Vincenzo Magno |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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
} | |