Crusaders Automaton

This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/

Что такое Crusaders Automaton?

Crusaders Automaton - это расширение Chrome, разработанное ImaginaryDevelopment, и его основная функция - "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Crusaders Automaton

Скачайте файлы расширений Crusaders Automaton в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Gather your Crusaders of the Lost Idols data for tracking/sharing/linking. no registration or sign in required. Open source software. Uses Html5 storage so nothing is ever sent outside of your browser.                    

Основная информация о расширении

Название Crusaders Automaton Crusaders Automaton
ID dhlljphpeodbcliiafbedkbkiifdgdjk
Официальный URL https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk
Описание This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Размер файла 92.3 KB
Количество установок 444
Текущая Версия 0.0.7
Последнее Обновление 2017-05-14
Дата публикации 2017-05-13
Рейтинг 4.83/5 Всего 6 оценок
Разработчик ImaginaryDevelopment
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://imaginarydevelopment.github.io/CotLICheatSheet/
URL страницы помощи https://github.com/ImaginaryDevelopment/CotLICheatSheet
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crusaders Automaton",
    "description": "This extension will get your crusaders data for you to import it at https:\/\/imaginarydevelopment.github.io\/CotLICheatSheet\/",
    "version": "0.0.7",
    "page_action": {
        "default_title": "Crusader Automaton",
        "default_icon": "original_COTLI_Icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "declarativeContent",
        "webRequest",
        "activeTab",
        "storage",
        "*:\/\/*.djartsgames.ca\/~idle\/post.php",
        "*:\/\/imaginarydevelopment.github.io\/",
        "*:\/\/fantamondi.it\/cotli\/import",
        "*:\/\/cdn.jsdelivr.net\/"
    ],
    "icons": {
        "16": "original_COTLI_Icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}