Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Hvad er Crusaders Automaton?
Crusaders Automaton er en Chrome-udvidelse udviklet af ImaginaryDevelopment, og dens hovedfunktion er "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Udvidelsesskærmbilleder
Download Crusaders Automaton-udvidelses-CRX-fil
Download Crusaders Automaton-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
Officiel URL | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
Beskrivelse | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Filstørrelse | 92.3 KB |
Antal Installationer | 444 |
Nuværende Version | 0.0.7 |
Senest Opdateret | 2017-05-14 |
Udgivelsesdato | 2017-05-13 |
Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
Udvikler | ImaginaryDevelopment |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Hjælpeside-URL | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
Understøttede Sprog | 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 } } |