Extension GodWarriors
Extension Chrome pour le jeu GodWarriors simplifiant la gestion des multi-comptes.
Extension GodWarriorsคืออะไร?
Extension GodWarriors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.godwarriors.com และคุณลักษณะหลักของมันคือ "Extension Chrome pour le jeu GodWarriors simplifiant la gestion des multi-comptes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extension GodWarriors
ดาวน์โหลดไฟล์ส่วนขยาย Extension GodWarriors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cette extension pour Chrome permet aux joueurs de GodWarriors d'avoir accès instantanément et en un seul clic à l'ensemble de leurs personnages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Extension GodWarriors |
ID | odaghmjnadnjkacgnmhgnmgcgmhehdbb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/extension-godwarriors/odaghmjnadnjkacgnmhgnmgcgmhehdbb |
คำอธิบาย | Extension Chrome pour le jeu GodWarriors simplifiant la gestion des multi-comptes. |
ขนาดไฟล์ | 118 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2019-02-05 |
วันที่เผยแพร่ | 2019-02-05 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://www.godwarriors.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.godwarriors.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.godwarriors.com/about.php?lang=fra |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension GodWarriors", "description": "Extension Chrome pour le jeu GodWarriors simplifiant la gestion des multi-comptes.", "version": "1.0.2", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon_16.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.godwarriors.com\/", "notifications", "tabs" ], "web_accessible_resources": [ "options.html" ] } |