KartRider Web Game Helper
Just an assistant for KartRider web-based games.
What is KartRider Web Game Helper?
KartRider Web Game Helper is a Chrome extension developed by https://kartinfo.me, and its main feature is "Just an assistant for KartRider web-based games.".
Extension Screenshots
Download KartRider Web Game Helper Extension CRX File
Download KartRider Web Game Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Supports KKR (KartLeague emblem collecting event, Balloon shooting, Honey roulette, Yut Nori, Filp card, Gashapon machine, Bingo, Seesaw), TKR (Honey marble, Filp card), PK (Honey marble, Filp card) and future web games. 📣 The latest version is here! v0.26 (2022.05.01) - Add support for KKR Balloon shooting event - Add support for TKR Balloon shooting event, keep login session on event page v0.24 (2022.02.25) - Add support for KKR 2022 League S1 emblem event (Renewed) ℹ Support: https://kartinfo.me/thread-6700-1-1.html 💡 GitHub: https://github.com/brownsugar/KartWebGameHelper 🎥 Demo: https://youtu.be/BJF6g-rBMdw
Extension Basic Information
Name | KartRider Web Game Helper |
ID | mddijmjlflfbojkpmngbjhlpmcniljij |
Official URL | https://chromewebstore.google.com/detail/kartrider-web-game-helper/mddijmjlflfbojkpmngbjhlpmcniljij |
Description | Just an assistant for KartRider web-based games. |
File Size | 104 KB |
Installation Count | 342 |
Current Version | 0.26.0 |
Last Updated | 2022-05-01 |
Publish Date | 2020-06-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://kartinfo.me |
[email protected] | |
Payment Type | free |
Extension Website | https://kartinfo.me/thread-6700-1-1.html |
Help Page URL | https://kartinfo.me/thread-6700-1-1.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KartRider Web Game Helper", "short_name": "KartWebGameHelper", "version": "0.26.0", "description": "Just an assistant for KartRider web-based games.", "icons": { "128": "assets\/img\/icon.png" }, "background": { "scripts": [ "assets\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/kart.nexon.com\/*", "https:\/\/kartrideresports.nexon.com\/*", "https:\/\/tw.beanfun.com\/*", "https:\/\/event.beanfun.com\/*", "https:\/\/tw-event.beanfun.com\/*", "https:\/\/popkart.tiancity.com\/*", "https:\/\/evt03.tiancity.com\/*", "https:\/\/evt05.tiancity.com\/*" ], "css": [ "vendor\/PaperCSS\/paper.min.css", "assets\/css\/content.css" ], "js": [ "assets\/js\/events.js", "assets\/js\/content.js" ], "all_frames": true } ], "homepage_url": "https:\/\/kinf.cc\/2tAV2Tr", "permissions": [ "notifications" ], "web_accessible_resources": [ "vendor\/*", "assets\/img\/*", "assets\/js\/*" ] } |