generals.io helper
A useful extension for playing generals.io
generals.io helperとは何ですか?
generals.io helperはA shadowy figureによって開発されたChromeの拡張機能で、その主な機能は「A useful extension for playing generals.io」です。
拡張機能のスクリーンショット
generals.io helper拡張機能のCRXファイルをダウンロード
generals.io helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension keeps discovered mountains, cities, and generals on your screen even after they disappear into fog of war. That means you will never lose track of the location of cities you were fighting over or generals you have discovered, even if your opponents take out the troops giving vision. This extension also keeps track of changes in army for all players at every turn. This information is useful because it can tell you how many towers an opponent owns, as well as who is fighting and losing troops.
拡張機能の基本情報
名前 | |
ID | gfmiamkjkphionjanpikncfpepoanago |
公式URL | https://chromewebstore.google.com/detail/generalsio-helper/gfmiamkjkphionjanpikncfpepoanago |
説明 | A useful extension for playing generals.io |
ファイルサイズ | 9.81 KB |
インストール数 | 240 |
現在のバージョン | 1.0.4 |
最終更新日 | 2017-02-24 |
公開日 | 2017-02-24 |
評価 | 4.33/5 合計 12 レビュー |
開発者 | A shadowy figure |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/bshu2/generals-io-helper |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "generals.io helper", "description": "A useful extension for playing generals.io", "version": "1.0.4", "icons": { "16": "obstacle16.png", "48": "obstacle48.png", "128": "obstacle.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.generals.io\/*" ], "js": [ "script.js" ] } ] } |