Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
什么是Crusaders Automaton?
Crusaders Automaton是由ImaginaryDevelopment开发的Chrome扩展程序,该扩展的主要功能是“This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/”。
扩展截图
下载Crusaders Automaton扩展crx文件
下载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.                     扩展基本信息
| 名称 |   |  
| 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
    }
}  |  |