Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Qu'est-ce que Crusaders Automaton ?
Crusaders Automaton est une extension Chrome développée par ImaginaryDevelopment, et sa fonction principale est "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crusaders Automaton
Téléchargez les fichiers d'extension Crusaders Automaton au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
URL Officiel | 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/ |
Taille du Fichier | 92.3 KB |
Nombre d'Installations | 444 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2017-05-14 |
Date de Publication | 2017-05-13 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | ImaginaryDevelopment |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
URL de la Page d'Aide | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
Langues Prises en Charge | 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 } } |