ECK (Easy CSS Krunker)

This is an extension, which makes putting a custom css in krunker, a lot easier, with less hassle.

ECK (Easy CSS Krunker)คืออะไร?

ECK (Easy CSS Krunker) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GS Level และคุณลักษณะหลักของมันคือ "This is an extension, which makes putting a custom css in krunker, a lot easier, with less hassle."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ECK (Easy CSS Krunker)

ดาวน์โหลดไฟล์ส่วนขยาย ECK (Easy CSS Krunker) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This is an extension, which makes putting a custom css in krunker, a lot easier, with less hassle. 

[VERSION 0.0.8]
Fixed a bug that made the CSS Settings window appear when clicking on any other menu buttons while being stuck on "Checking for updates".

[VERSION 0.0.7]
Adds the 'krunker.frvr.com' subdomain into the extension. So if you prefer to play krunker on that website, you can now use this extension with it!

[VERSION 0.0.6]
This is a big update, completely redesigned the CSS UI. I won't explain it too much here, since you can just take a look at the photos. (Changes apply for the main and social UI)

There's now also a bigger CSS Editor, so you can easily see the code that you type in.

IF you use a custom CSS that hides the part that says 'Business, Terms,' etc, if you want to reset the CSS. You'll have to press F12 to go to the developer tools. Go to Console, and copy and paste the following:

localStorage.setItem("customCSS", "")
customCSS.innerHTML = ""

[VERSION 0.0.5]
Once again, here's another update which doesn't open the CSS Settings (in the main game).

[VERSION 0.0.4] Fixes a bug which doesn't open the CSS Settings (in the main game), fixes a bug when you click on the settings icon on the social tab over and over again, each time a new CSS settings dialog pops up. Also made the social css dialog a bit cleaner.

[VERSION 0.0.3] Fixes a bug which doesn't open the CSS Settings (in the main game)

[VERSION 0.0.2] - Fixed an issue where the CSS Settings doesn't appear.

Mainly aimed to the people who don't know how to use the Krunker Resource Swapper. Just go into the settings in krunker, and you can take it from there! You can use a custom css for the main page (the game itself), and the social page. And don't worry about putting it in everytime, the extension does it for you!                    

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

ชื่อ ECK (Easy CSS Krunker) ECK (Easy CSS Krunker)
ID dldifgjocbiiigmdgefaiahdcejimlpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eck-easy-css-krunker/dldifgjocbiiigmdgefaiahdcejimlpl
คำอธิบาย This is an extension, which makes putting a custom css in krunker, a lot easier, with less hassle.
ขนาดไฟล์ 50.13 KB
จำนวนการติดตั้ง 450
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2022-12-12
วันที่เผยแพร่ 2021-05-10
คะแนน 4.08/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา GS Level
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ECK (Easy CSS Krunker)",
    "description": "This is an extension, which makes putting a custom css in krunker, a lot easier, with less hassle.",
    "manifest_version": 3,
    "version": "0.0.8",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/krunker.io\/*",
                "https:\/\/*.browserfps.com\/*",
                "https:\/\/krunker.frvr.com\/*"
            ],
            "js": [
                "main.js",
                "social.js",
                "libs\/gsap.min.js"
            ]
        }
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    }
}