IkaEasy V3 BETA

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

ما هو IkaEasy V3 BETA؟

IkaEasy V3 BETA هو إضافة Chrome تم تطويرها بواسطة cookieside.ru، والميزة الرئيسية لها هي "The extension significantly improves and simplifies the interface of the online browser game ikariam.com".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة IkaEasy V3 BETA

قم بتنزيل ملفات الامتداد IkaEasy V3 BETA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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)                    

معلومات أساسية عن التمديد

الاسم IkaEasy V3 BETA IkaEasy V3 BETA
ID hfdcjbdgnkobbecjokohfdiomanbmloi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ikaeasy-v3-beta/hfdcjbdgnkobbecjokohfdiomanbmloi
الوصف The extension significantly improves and simplifies the interface of the online browser game ikariam.com
حجم الملف 3.95 MB
عدد التثبيتات 388
النسخة الحالية 3.0.22.148
آخر تحديث 2020-04-23
تاريخ النشر 2020-04-21
تقييم 5.00/5 مجموع تقييمات 4
المطور cookieside.ru
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}