Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
Crusaders Automaton là gì?
Crusaders Automaton là một tiện ích mở rộng Chrome được phát triển bởi ImaginaryDevelopment, và tính năng chính của nó là "This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crusaders Automaton
Tải xuống các tệp mở rộng Crusaders Automaton dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
URL Chính Thức | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
Mô tả | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
Kích Thước Tệp | 92.3 KB |
Số Lần Cài Đặt | 444 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2017-05-14 |
Ngày Phát Hành | 2017-05-13 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | ImaginaryDevelopment |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
URL Trang Trợ Giúp | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |