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. 拡張機能の基本情報
| 名前 | |
| ID | dhlljphpeodbcliiafbedkbkiifdgdjk |
| 公式URL | 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 |
| Eメール | [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
}
} | |