Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Wat is Crusaders Automaton?
Crusaders Automaton is een Chrome-extensie ontwikkeld door ImaginaryDevelopment, en de belangrijkste functie is "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Extensie Screenshots
Download het CRX-bestand van de extensie Crusaders Automaton
Download Crusaders Automaton-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
Officiële URL | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
Beschrijving | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Bestandsgrootte | 92.3 KB |
Aantal Installaties | 444 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2017-05-14 |
Publicatiedatum | 2017-05-13 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | ImaginaryDevelopment |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Help Pagina-URL | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
Ondersteunde Talen | 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 } } |