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

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

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

Плагин xcraftsumulator для xcraft.ru is a Chrome extension developed by https://xcraftsumulator.ru, and its main feature is "Калькулятор флота и ресурсов".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Плагин xcraftsumulator для xcraft.ru Extension CRX File

Download Плагин xcraftsumulator для xcraft.ru extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Плагин xcraftsumulator для xcraft.ru Плагин xcraftsumulator для xcraft.ru
ID llhckldepeoodoneeajlaaijbgggoobe
Official URL https://chromewebstore.google.com/detail/%D0%BF%D0%BB%D0%B0%D0%B3%D0%B8%D0%BD-xcraftsumulator-%D0%B4%D0%BB/llhckldepeoodoneeajlaaijbgggoobe
Description Калькулятор флота и ресурсов
File Size 145 KB
Installation Count 803
Current Version 1.5.7
Last Updated 2023-08-14
Publish Date 2020-01-28
Rating 4.37/5 Total 27 Ratings
Developer https://xcraftsumulator.ru
Email [email protected]
Payment Type free
Extension Website https://xcraftsumulator.ru/
Supported Languages 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"
            ]
        }
    ]
}