Crusaders Automaton

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

Co to jest Crusaders Automaton?

Crusaders Automaton to rozszerzenie Chrome opracowane przez ImaginaryDevelopment, a jego główną funkcją jest „This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Crusaders Automaton

Pobierz pliki rozszerzeń Crusaders Automaton w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Crusaders Automaton Crusaders Automaton
ID dhlljphpeodbcliiafbedkbkiifdgdjk
Oficjalny URL https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk
Opis This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Rozmiar pliku 92.3 KB
Liczba instalacji 444
Aktualna Wersja 0.0.7
Ostatnia Aktualizacja 2017-05-14
Data Publikacji 2017-05-13
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper ImaginaryDevelopment
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://imaginarydevelopment.github.io/CotLICheatSheet/
Adres URL Strony Pomocy https://github.com/ImaginaryDevelopment/CotLICheatSheet
Obsługiwane Języki 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
    }
}