Inspect and view changes in ECK (Easy CSS Krunker) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
}