KoL Chat Enhancement Suite
Kingdom of Loathing chat modifiers
Τι είναι το KoL Chat Enhancement Suite;
Το KoL Chat Enhancement Suite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον icon315, και η κύρια λειτουργία του είναι "Kingdom of Loathing chat modifiers".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης KoL Chat Enhancement Suite
Λήψη αρχείων επέκτασης KoL Chat Enhancement Suite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Only works with Modern (Tabbed) Chat. -Tags your username whenever mentioned. [@username, username] even if they leave off the last digits [e.g.: "Hello bob", bob would be highlighted even if your username is bob959] -/me emotes color the entire message -/slimetube, /hobopolis, /dread announcements show up in /clan, and the tabs are hidden. -bots in chat are tagged. -When page is refreshed it reloads the chat history fromt he last 30 minutes. -Desktop notifications (when enabled) that tell you whenever a mention is detected. -Works with both regular and kolmafia relay browser. -You can now set custom alerts. Just click on the extension icon to bring up the popup. -You can clear your chat history. This is mostly useless. Latest Changelog: Version 1.2.3 9-3-17: -Fixed chat saving. Version 1.3.0 9-9-18: -Added seconds to timestamp. (Setting as well, defaulted off) -Will not ignore your messages when checking for your alerts. -restored timestamp for /em
Βασικές Πληροφορίες Επέκτασης
Όνομα | KoL Chat Enhancement Suite |
ID | cccnjcmcehnnhjkknebddbhldcchffol |
Επίσημο URL | https://chromewebstore.google.com/detail/kol-chat-enhancement-suit/cccnjcmcehnnhjkknebddbhldcchffol |
Περιγραφή | Kingdom of Loathing chat modifiers |
Μέγεθος Αρχείου | 51.72 KB |
Αριθμός Εγκαταστάσεων | 27 |
Τρέχουσα Έκδοση | 1.3.0 |
Τελευταία Ενημέρωση | 2018-09-09 |
Ημερομηνία Δημοσίευσης | 2018-09-09 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | icon315 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "settings.html", "default_title": "KoL Chat Enhancement Suite" }, "content_scripts": [ { "all_frames": true, "css": [ "chatStyle.css" ], "js": [ "jquery-2.2.0.min.js", "jquery.highlight.js", "content.js" ], "matches": [ "https:\/\/www.kingdomofloathing.com\/*", "http:\/\/127.0.0.1\/*" ] } ], "description": "Kingdom of Loathing chat modifiers", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "KoL Chat Enhancement Suite", "permissions": [ "activeTab", "storage", "notifications" ], "version": "1.3.0" } |