Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Cos'è Crusaders Automaton?
Crusaders Automaton è un'estensione di Chrome sviluppata da ImaginaryDevelopment, e la sua funzione principale è "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Crusaders Automaton
Scarica i file di estensione Crusaders Automaton in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
URL Ufficiale | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
Descrizione | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Dimensione del File | 92.3 KB |
Conteggio Installazioni | 444 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2017-05-14 |
Data di Pubblicazione | 2017-05-13 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | ImaginaryDevelopment |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
URL della Pagina di Aiuto | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
Lingue Supportate | 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 } } |