IkaEasy V3 BETA

The extension significantly improves and simplifies the interface of the online browser game ikariam.com

Vad är IkaEasy V3 BETA?

IkaEasy V3 BETA är en Chrome-tillägg utvecklad av cookieside.ru, och dess huvudfunktion är "The extension significantly improves and simplifies the interface of the online browser game ikariam.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner IkaEasy V3 BETA-förlängningens CRX-fil

Ladda ner IkaEasy V3 BETA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The extension significantly improves and simplifies the interface of the online browser game ikariam.com
The extension is useful for Ikariam players ONLY.

In this version, all the extension code is completely rewritten, from the extension core to each function separately. Many bugs of the old version are fixed, HUD and UI improved, some new features were added.

All the main extension features are presented at the screenshots.

Main features:

- In the city:
    - Display of building levels in the city
    - Quick buttons for upgrade / downgrade building levels
    - Display of the amount of resources needed to increase the level of the building

- On the island
    - Levels of mines on the island
    - Marking of cities of specific alliances (the ability to color the cities of alliances you are interested in)

- On the world map
    - Search of suitable islands by specific parameters (resource, miracle, occupancy of the island)
    - Time to sail to the island

- General
    - Fast city change (if you have more than one city)
    - The transporter:quick buttons for sending resources / army / fleet to your other cities (if you have more than one city)
    - Quick open of the form for a message to the alliance (if you are in an alliance)
    - Quick embassy opening of the (if available)
    - Display of income / outcome of resources in the current city
    - Buttons for convenient choice of the required number of resources  (±500, +1000, +2000, +5000) are added.


- Ikalogs
    - Combat reports saving at ikalogs.ru (many bugs fixed, code completely rewritten)                    

Grundläggande Information om Tillägg

Namn IkaEasy V3 BETA IkaEasy V3 BETA
ID hfdcjbdgnkobbecjokohfdiomanbmloi
Officiell webbadress https://chrome.google.com/webstore/detail/ikaeasy-v3-beta/hfdcjbdgnkobbecjokohfdiomanbmloi
Beskrivning The extension significantly improves and simplifies the interface of the online browser game ikariam.com
Filstorlek 3.95 MB
Antal Installationer 388
Aktuell Version 3.0.22.148
Senast Uppdaterad 2020-04-23
Publiceringsdatum 2020-04-21
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare cookieside.ru
E-post [email protected]
Betalningssätt free
Stödda Språk en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IkaEasy V3 BETA",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "page_action": {
        "default_icon": "icon\/128.png",
        "default_title": "IkaEasy"
    },
    "background": {
        "scripts": [
            "common.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "common.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/*.ikariam.gameforge.com\/*",
                "https:\/\/*.ikariam.gameforge.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "web_accessible_resources": [
        "inner\/ikaeasy.js",
        "images\/*",
        "js\/page\/*",
        "js\/helper\/*",
        "js\/libs\/*",
        "js\/data\/*",
        "lang\/*",
        "css\/*",
        "tpl\/*",
        "whatnews.json",
        "options.json"
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "background",
        "http:\/\/*.ikariam.gameforge.com\/*",
        "https:\/\/*.ikariam.gameforge.com\/*",
        "https:\/\/ikalogs.ru\/*",
        "https:\/\/*.ikalogs.ru\/*",
        "*:\/\/clip2net.com\/*",
        "*:\/\/*.clip2net.com\/*"
    ],
    "version": "3.0.22.148"
}