Utopia Enhancer
Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.
什么是Utopia Enhancer?
Utopia Enhancer是由Kris Engstrom开发的Chrome扩展程序,该扩展的主要功能是“Provides an enhanced interface for the browser RPG Utopia. Buildings calculator, attack target finder and more.”。
扩展截图
下载Utopia Enhancer扩展crx文件
下载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 } } |