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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vincenzo Magno และคุณลักษณะหลักของมันคือ "Now you can translate all the cards on "Crucible" in the desired language"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Crucible KeyForge Multilanguage
ดาวน์โหลดไฟล์ส่วนขยาย The Crucible KeyForge Multilanguage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Supported languages: English Italiano Español Français Deutsch Polski Português Chinese simplified Chinese traditional
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | The Crucible KeyForge Multilanguage |
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 } |