Плагин xcraftsumulator для xcraft.ru

Калькулятор флота и ресурсов

Hvad er Плагин xcraftsumulator для xcraft.ru?

Плагин xcraftsumulator для xcraft.ru er en Chrome-udvidelse udviklet af https://xcraftsumulator.ru, og dens hovedfunktion er "Калькулятор флота и ресурсов".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Плагин xcraftsumulator для xcraft.ru-udvidelses-CRX-fil

Download Плагин xcraftsumulator для xcraft.ru-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

                        Плагин позволяет:

1. Загружать в симулятор флот из текстового отчёта.
2. Считать лом и БО от флота и обороны из текстового отчёта (стоимость, выпадающий лом, БО, шанс получения луны).
3. Считать лом и БО от флота пиратов и игроков в галактике.
4. Считать лом и БО от флота и обороны из шпионского отчёта.
5. Планировать волны атаки для вывоза ресурсов из шпионского отчёта.
6. Считать время окупаемости добывающих зданий.
7. Копировать координаты из галактики в буфер обмена и вставлять их в полётное задание.
8. Упростить отправку флот с одних координат на другие через копирование координат в буфер обмена и обратно.                    

Grundlæggende oplysninger om udvidelsen

Navn Плагин xcraftsumulator для xcraft.ru Плагин xcraftsumulator для xcraft.ru
ID llhckldepeoodoneeajlaaijbgggoobe
Officiel URL https://chromewebstore.google.com/detail/%D0%BF%D0%BB%D0%B0%D0%B3%D0%B8%D0%BD-xcraftsumulator-%D0%B4%D0%BB/llhckldepeoodoneeajlaaijbgggoobe
Beskrivelse Калькулятор флота и ресурсов
Filstørrelse 145 KB
Antal Installationer 803
Nuværende Version 1.5.7
Senest Opdateret 2023-08-14
Udgivelsesdato 2020-01-28
Bedømmelse 4.37/5 Samlet 27 Bedømmelser
Udvikler https://xcraftsumulator.ru
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://xcraftsumulator.ru/
Understøttede Sprog ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u041f\u043b\u0430\u0433\u0438\u043d xcraftsumulator \u0434\u043b\u044f xcraft.ru",
    "short_name": "xcraftsumulator",
    "description": "\u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u0444\u043b\u043e\u0442\u0430 \u0438 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432",
    "version": "1.5.7",
    "icons": {
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "logo32.png",
            "48": "logo48.png",
            "128": "logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/xcraft.ru\/*",
                "https:\/\/xcraft.net\/*",
                "https:\/\/xczu.com\/*",
                "https:\/\/xfate.ru\/*",
                "https:\/\/xcraftsumulator.ru\/_api.php*",
                "https:\/\/xcraftsumulator.ru\/cabinet\/account_xcraft",
                "https:\/\/xcraftsumulator.ru\/user_list.php",
                "http:\/\/127.0.1.16\/cabinet\/account_xcraft"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.min.js",
                "md5.js",
                "xcraft.user.js"
            ]
        }
    ]
}