IkaEasy V3

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

IkaEasy V3란 무엇입니까?

IkaEasy V3은(는) cookieside.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension significantly improves and simplifies the interface of the online browser game ikariam.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

IkaEasy V3 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 IkaEasy V3
ID ajadldpgpliefphimkcmoggeidkilpod
공식 URL https://chromewebstore.google.com/detail/ikaeasy-v3/ajadldpgpliefphimkcmoggeidkilpod
설명 The extension significantly improves and simplifies the interface of the online browser game ikariam.com
파일 크기 4 MB
설치 횟수 12,738
현재 버전 3.1.0.24
최근 업데이트 2023-12-12
출시 날짜 2020-04-08
평점 4.34/5 총 178 개의 평점
개발자 cookieside.ru
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IkaEasy V3",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_icon": "icon\/128.png",
        "default_title": "IkaEasy"
    },
    "background": {
        "service_worker": "js\/bg\/background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.js",
                "js\/libs\/lodash.js",
                "js\/libs\/moment-with-locales.min.js",
                "js\/init.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": [
        {
            "resources": [
                "inner\/ikaeasy.js",
                "images\/*",
                "js\/page\/*",
                "js\/helper\/*",
                "js\/libs\/*",
                "js\/data\/*",
                "js\/sandbox\/*",
                "js\/const.js",
                "js\/utils.js",
                "js\/langs.js",
                "js\/sandbox.js",
                "js\/templater.js",
                "js\/navigation.js",
                "js\/assignedLangs.js",
                "js\/initModule.js",
                "lang\/*",
                "css\/*",
                "icon\/*",
                "tpl\/*",
                "whatnews.json",
                "options.js",
                "sandbox.html"
            ],
            "matches": [
                "http:\/\/*.ikariam.gameforge.com\/*",
                "https:\/\/*.ikariam.gameforge.com\/*",
                "https:\/\/ikalogs.ru\/*",
                "https:\/\/*.ikalogs.ru\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "background",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*.ikariam.gameforge.com\/*",
        "https:\/\/*.ikariam.gameforge.com\/*",
        "https:\/\/ikalogs.ru\/*",
        "https:\/\/*.ikalogs.ru\/*",
        "*:\/\/clip2net.com\/*",
        "*:\/\/*.clip2net.com\/*"
    ],
    "version": "3.1.0.24"
}