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 |
Eメール | [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 } } |