Crusaders Automaton

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

O que é Crusaders Automaton?

Crusaders Automaton é uma extensão do Chrome desenvolvida por ImaginaryDevelopment, e sua principal característica é "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Crusaders Automaton

Baixe arquivos de extensão Crusaders Automaton no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Crusaders Automaton Crusaders Automaton
ID dhlljphpeodbcliiafbedkbkiifdgdjk
URL Oficial https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk
Descrição This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Tamanho do Arquivo 92.3 KB
Contagem de Instalações 444
Versão Atual 0.0.7
Última Atualização 2017-05-14
Data de Publicação 2017-05-13
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor ImaginaryDevelopment
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://imaginarydevelopment.github.io/CotLICheatSheet/
URL da Página de Ajuda https://github.com/ImaginaryDevelopment/CotLICheatSheet
Idiomas Suportados 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
    }
}