Kong Add-on

Kong Add-on adds some features to Kongregate, including a blocker of bot messages, a dark mode, a brighness adjustment, and more.

Kong Add-onคืออะไร?

Kong Add-on เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Forth และคุณลักษณะหลักของมันคือ "Kong Add-on adds some features to Kongregate, including a blocker of bot messages, a dark mode, a brighness adjustment, and more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kong Add-on

ดาวน์โหลดไฟล์ส่วนขยาย Kong Add-on ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Kong add-on will add a button to the top left of your screen for enabling and disabling the dark mode on website. Furthermore, some visual effects have been modified or corrected.

A feature has been added to adjust the brightness of games to make them darker or brighter. You can also choose to only show the game if you don't need the chat.

Cinematic mode improved. It adds a dark background and prevents any mouse scrolling while you’re playing to keep your game in the center of the window. No more accidental scrolling while playing!

Chat updated!

To begin, the bots message blocker is able to block some words to not display some message those of bots, if they contain their website link.
Then, a feature to change the text size has been added. You can now reduce or increase the text size. Really useful when you adapt the game to your screen. You can also enlarge your chat by hiding online players list, or just hide your chat completely if you only want to see your game.
Furthermore, when a player posts a new message in the chat, you will be notified by a ping. You can adjust the volume higher, lower or outright mute it.

By default all quick links like rating, playlist button etc. are hidden to gain some space for new features.

You can check the source code here:
https://github.com/Forthtilliath/Kong-Add-on
And thanks if you report any bugs (bad colors or anything else) here :
https://github.com/Forthtilliath/Kong-Add-on/issues

Firefox version :
https://addons.mozilla.org/fr/firefox/addon/kong-add-on/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kong Add-on Kong Add-on
ID obejlcgdleamalohfhfiefghlnccojcb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kong-add-on/obejlcgdleamalohfhfiefghlnccojcb
คำอธิบาย Kong Add-on adds some features to Kongregate, including a blocker of bot messages, a dark mode, a brighness adjustment, and more.
ขนาดไฟล์ 210 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.6.2.33
อัปเดตครั้งล่าสุด 2021-02-09
วันที่เผยแพร่ 2020-10-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Forth
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/Forthtilliath/Kong-Addon/wiki
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kong Add-on",
    "version": "1.6.2.33",
    "author": "Forth",
    "description": "Kong Add-on adds some features to Kongregate, including a blocker of bot messages, a dark mode, a brighness adjustment, and more.",
    "icons": {
        "16": "app\/icons\/icon_16.png",
        "48": "app\/icons\/icon_48.png",
        "128": "app\/icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.kongregate.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "assets\/scripts\/libs\/jquery.min.js",
                "assets\/scripts\/libs\/jquery.cssrule.js",
                "assets\/scripts\/libs\/jquery.cookie.js",
                "assets\/scripts\/libs\/jquery.initialize.js",
                "assets\/scripts\/libs\/jquery.jcssrule.js",
                "assets\/scripts\/app\/kong-addon.classes.js",
                "assets\/scripts\/app\/kong-addon.functions.js",
                "assets\/scripts\/app\/kong-addon.vars.js",
                "assets\/scripts\/app\/content.js",
                "assets\/scripts\/app\/content_css.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.kongregate.com\/games\/*"
            ],
            "js": [
                "assets\/scripts\/app\/kong-addon.injection.js",
                "assets\/scripts\/app\/content_games.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/sounds\/*",
        "assets\/images\/sprites\/*.svg"
    ]
}