Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Apa itu Crusaders Automaton?
Crusaders Automaton adalah ekstensi Chrome yang dikembangkan oleh ImaginaryDevelopment, dan fitur utamanya adalah "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crusaders Automaton
Unduh file ekstensi Crusaders Automaton dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
URL Resmi | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
Deskripsi | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Ukuran File | 92.3 KB |
Jumlah Instalasi | 444 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2017-05-14 |
Tanggal Publikasi | 2017-05-13 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | ImaginaryDevelopment |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
URL Halaman Bantuan | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
Bahasa yang Didukung | 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 } } |