generals.io helper

A useful extension for playing generals.io

What is generals.io helper?

generals.io helper is a Chrome extension developed by A shadowy figure, and its main feature is "A useful extension for playing generals.io".

Extension Screenshots

screenshot

Download generals.io helper Extension CRX File

Download generals.io helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name generals.io helper generals.io helper
ID gfmiamkjkphionjanpikncfpepoanago
Official URL https://chromewebstore.google.com/detail/generalsio-helper/gfmiamkjkphionjanpikncfpepoanago
Description A useful extension for playing generals.io
File Size 9.81 KB
Installation Count 240
Current Version 1.0.4
Last Updated 2017-02-24
Publish Date 2017-02-24
Rating 4.33/5 Total 12 Ratings
Developer A shadowy figure
Payment Type free
Extension Website https://github.com/bshu2/generals-io-helper
Supported Languages 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"
            ]
        }
    ]
}