Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Vad är Crusaders Automaton?
Crusaders Automaton är en Chrome-tillägg utvecklad av ImaginaryDevelopment, och dess huvudfunktion är "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Tilläggsskärmbilder
Ladda ner Crusaders Automaton-förlängningens CRX-fil
Ladda ner Crusaders Automaton-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
Officiell webbadress | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
Beskrivning | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Filstorlek | 92.3 KB |
Antal Installationer | 444 |
Aktuell Version | 0.0.7 |
Senast Uppdaterad | 2017-05-14 |
Publiceringsdatum | 2017-05-13 |
Betyg | 4.83/5 Totalt 6 Betyg |
Utvecklare | ImaginaryDevelopment |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Hjälpsida URL | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
Stödda Språk | 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 } } |