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.
Co je CotLI Logger Tool?
CotLI Logger Tool je rozšíření Chrome vyvinuté Fly, a jeho hlavní funkcí je „Collect user data and show it in a format for calculator use. Also log and show mission cooldown timers when missions are finished.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CotLI Logger Tool
Stáhněte si soubory rozšíření CotLI Logger Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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,
Základní Informace o Rozšíření
Název | CotLI Logger Tool |
ID | jceejofnbfkohmdfojdccgcfgmamlagi |
Oficiální URL | https://chromewebstore.google.com/detail/cotli-logger-tool/jceejofnbfkohmdfojdccgcfgmamlagi |
Popis | Collect user data and show it in a format for calculator use. Also log and show mission cooldown timers when missions are finished. |
Velikost souboru | 48.87 KB |
Počet instalací | 17 |
Aktuální Verze | 1.2.1.1 |
Poslední Aktualizace | 2017-05-31 |
Datum Vydání | 2017-05-31 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Fly |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |