Utopia Enhancer
Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.
Utopia Enhancerคืออะไร?
Utopia Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kris Engstrom และคุณลักษณะหลักของมันคือ "Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Utopia Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย Utopia Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack calculator, science planner, target finder and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Utopia Enhancer |
ID | joimfhbpfchagboicdemmdnfdijceabl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/utopia-enhancer/joimfhbpfchagboicdemmdnfdijceabl |
คำอธิบาย | Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more. |
ขนาดไฟล์ | 70.85 KB |
จำนวนการติดตั้ง | 406 |
เวอร์ชันปัจจุบัน | 3.4.2 |
อัปเดตครั้งล่าสุด | 2019-05-10 |
วันที่เผยแพร่ | 2019-05-09 |
คะแนน | 4.89/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | Kris Engstrom |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Utopia Enhancer", "manifest_version": 2, "version": "3.4.2", "description": "Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.", "permissions": [ "storage", "notifications", "alarms" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/utopia-game.com\/wol\/game\/*", "*:\/\/utopia-game.com\/wol\/kingdom_forum\/*", "*:\/\/utopia-game.com\/wol\/war_forum\/*", "*:\/\/app.staging.public.utopia-game.com\/wol\/game\/*", "*:\/\/app.staging.public.utopia-game.com\/gen\/game\/*", "*:\/\/utopia-game.com\/wol\/sit\/game\/*" ], "exclude_matches": [ "*:\/\/utopia-game.com\/wol\/game\/kingdoms_dump*" ], "js": [ "js\/lib.min.js", "js\/ue.min.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "data\/*", "css\/*", "fonts\/*", "templates\/*" ], "options_ui": { "page": "templates\/options.html", "chrome_style": true } } |