Utopia Enhancer
Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.
Utopia Enhancer là gì?
Utopia Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Kris Engstrom, và tính năng chính của nó là "Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Utopia Enhancer
Tải xuống các tệp mở rộng Utopia Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack calculator, science planner, target finder and more.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Utopia Enhancer |
ID | joimfhbpfchagboicdemmdnfdijceabl |
URL Chính Thức | https://chromewebstore.google.com/detail/utopia-enhancer/joimfhbpfchagboicdemmdnfdijceabl |
Mô tả | Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more. |
Kích Thước Tệp | 70.85 KB |
Số Lần Cài Đặt | 406 |
Phiên Bản Hiện Tại | 3.4.2 |
Cập Nhật Lần Cuối | 2019-05-10 |
Ngày Phát Hành | 2019-05-09 |
Đánh Giá | 4.89/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | Kris Engstrom |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |