CotLI Logger Tool
Collect user data and show it in a format for calculator use. Also log and show mission cooldown timers when missions are finished.
CotLI Logger Toolとは何ですか?
CotLI Logger ToolはFlyによって開発されたChromeの拡張機能で、その主な機能は「Collect user data and show it in a format for calculator use. Also log and show mission cooldown timers when missions are finished.」です。
拡張機能のスクリーンショット
CotLI Logger Tool拡張機能のCRXファイルをダウンロード
CotLI Logger Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CotLI Calculator Data Parser. Read traffic from the game and show in on the kongregate page allowing user to pass it where he needs. Also catches when game missions are completed, store this information in browser cache and show cooldown times for main missions,
拡張機能の基本情報
名前 | CotLI Logger Tool |
ID | jceejofnbfkohmdfojdccgcfgmamlagi |
公式URL | https://chromewebstore.google.com/detail/cotli-logger-tool/jceejofnbfkohmdfojdccgcfgmamlagi |
説明 | Collect user data and show it in a format for calculator use. Also log and show mission cooldown timers when missions are finished. |
ファイルサイズ | 48.87 KB |
インストール数 | 17 |
現在のバージョン | 1.2.1.1 |
最終更新日 | 2017-05-31 |
公開日 | 2017-05-31 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Fly |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CotLI Logger Tool", "description": "Collect user data and show it in a format for calculator use. Also log and show mission cooldown timers when missions are finished.", "version": "1.2.1.1", "permissions": [ "storage", "webRequest", "unlimitedStorage", "*:\/\/*.kongregate.com\/games\/Codename_Enter\/crusaders-of-the-lost-idols*", "http:\/\/*.djartsgames.ca\/~idle\/post.php*", "http:\/\/idlemaster.djartsgames.ca\/~idle\/?DO_NOT_SHARE_THIS_LINK=1*", "http:\/\/cr.pkodb.com\/*" ], "background": { "scripts": [ "bg.js" ] }, "options_page": "options.html", "web_accessible_resources": [ "options.html" ], "content_scripts": [ { "matches": [ "*:\/\/*.kongregate.com\/games\/Codename_Enter\/crusaders-of-the-lost-idols*" ], "js": [ "js\/dataManager.js", "js\/timerBuilder.js", "js\/kong.js" ] }, { "matches": [ "http:\/\/idlemaster.djartsgames.ca\/~idle\/?DO_NOT_SHARE_THIS_LINK=1*" ], "js": [ "js\/dataManager.js", "js\/timerBuilder.js", "js\/djarts.js" ] } ] } |