Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
What is Crusaders Automaton?
Crusaders Automaton is a Chrome extension developed by ImaginaryDevelopment, and its main feature is "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Extension Screenshots
Download Crusaders Automaton Extension CRX File
Download Crusaders Automaton 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
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.
Extension Basic Information
Name | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
Official URL | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
Description | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
File Size | 92.3 KB |
Installation Count | 444 |
Current Version | 0.0.7 |
Last Updated | 2017-05-14 |
Publish Date | 2017-05-13 |
Rating | 4.83/5 Total 6 Ratings |
Developer | ImaginaryDevelopment |
[email protected] | |
Payment Type | free |
Extension Website | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Help Page URL | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
Supported Languages | 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 } } |