KoL Chat Enhancement Suite

Kingdom of Loathing chat modifiers

什麼是KoL Chat Enhancement Suite?

KoL Chat Enhancement Suite是由icon315開發的Chrome擴展程式,該擴展的主要功能是“Kingdom of Loathing chat modifiers”。

擴展截圖

screenshot
screenshot
screenshot

下載KoL Chat Enhancement Suite擴展crx文件

下載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 KoL Chat Enhancement Suite
ID cccnjcmcehnnhjkknebddbhldcchffol
官方網址 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"
}