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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
}