The Crucible KeyForge Multilanguage
Now you can translate all the cards on "Crucible" in the desired language
The Crucible KeyForge Multilanguage क्या है?
The Crucible KeyForge Multilanguage Vincenzo Magno द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Now you can translate all the cards on "Crucible" in the desired language"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Crucible KeyForge Multilanguage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Supported languages:
English
Italiano
Español
Français
Deutsch
Polski
Português
Chinese simplified
Chinese traditional एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | diockgdjibhifoacnbgopfokldkmdlif |
| आधिकारिक URL | https://chromewebstore.google.com/detail/the-crucible-keyforge-mul/diockgdjibhifoacnbgopfokldkmdlif |
| विवरण | Now you can translate all the cards on "Crucible" in the desired language |
| फ़ाइल का आकार | 54.27 KB |
| स्थापना संख्या | 61 |
| वर्तमान संस्करण | 2.0 |
| अंतिम अपडेट | 2019-06-02 |
| प्रकाशन तिथि | 2019-06-02 |
| डेवलपर | Vincenzo Magno |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | 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
} | |