IkaEasy V3 BETA

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

Hvad er IkaEasy V3 BETA?

IkaEasy V3 BETA er en Chrome-udvidelse udviklet af cookieside.ru, og dens hovedfunktion er "The extension significantly improves and simplifies the interface of the online browser game ikariam.com".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download IkaEasy V3 BETA-udvidelses-CRX-fil

Download IkaEasy V3 BETA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn IkaEasy V3 BETA IkaEasy V3 BETA
ID hfdcjbdgnkobbecjokohfdiomanbmloi
Officiel URL https://chrome.google.com/webstore/detail/ikaeasy-v3-beta/hfdcjbdgnkobbecjokohfdiomanbmloi
Beskrivelse The extension significantly improves and simplifies the interface of the online browser game ikariam.com
Filstørrelse 3.95 MB
Antal Installationer 388
Nuværende Version 3.0.22.148
Senest Opdateret 2020-04-23
Udgivelsesdato 2020-04-21
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler cookieside.ru
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}