Crusaders Automaton
This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/
什麼是Crusaders Automaton?
Crusaders Automaton是由ImaginaryDevelopment開發的Chrome擴展程式,該擴展的主要功能是“This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/”。
擴展截圖
下載Crusaders Automaton擴展crx文件
下載Crusaders Automaton擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Crusaders Automaton |
ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
官方網址 | https://chromewebstore.google.com/detail/crusaders-automaton/dhlljphpeodbcliiafbedkbkiifdgdjk |
簡介 | This extension will get your crusaders data for you to import it at https://imaginarydevelopment.github.io/CotLICheatSheet/ |
檔案大小 | 92.3 KB |
安裝次數 | 444 |
目前版本 | 0.0.7 |
更新時間 | 2017-05-14 |
上架時間 | 2017-05-13 |
評分 | 4.83/5 共 6 次評分 |
開發者 | ImaginaryDevelopment |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://imaginarydevelopment.github.io/CotLICheatSheet/ |
說明頁面URL | https://github.com/ImaginaryDevelopment/CotLICheatSheet |
支援的語言 | 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 } } |