KoL Chat Enhancement Suite

Kingdom of Loathing chat modifiers

Qu'est-ce que KoL Chat Enhancement Suite ?

KoL Chat Enhancement Suite est une extension Chrome développée par icon315, et sa fonction principale est "Kingdom of Loathing chat modifiers".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension KoL Chat Enhancement Suite

Téléchargez les fichiers d'extension KoL Chat Enhancement Suite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom KoL Chat Enhancement Suite KoL Chat Enhancement Suite
ID cccnjcmcehnnhjkknebddbhldcchffol
URL Officiel https://chromewebstore.google.com/detail/kol-chat-enhancement-suit/cccnjcmcehnnhjkknebddbhldcchffol
Description Kingdom of Loathing chat modifiers
Taille du Fichier 51.72 KB
Nombre d'Installations 27
Version Actuelle 1.3.0
Dernière Mise à Jour 2018-09-09
Date de Publication 2018-09-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur icon315
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}