KartRider Web Game Helper
Just an assistant for KartRider web-based games.
KartRider Web Game Helperとは何ですか?
KartRider Web Game Helperはhttps://kartinfo.meによって開発されたChromeの拡張機能で、その主な機能は「Just an assistant for KartRider web-based games.」です。
拡張機能のスクリーンショット
KartRider Web Game Helper拡張機能のCRXファイルをダウンロード
KartRider Web Game Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | KartRider Web Game Helper |
ID | mddijmjlflfbojkpmngbjhlpmcniljij |
公式URL | https://chromewebstore.google.com/detail/kartrider-web-game-helper/mddijmjlflfbojkpmngbjhlpmcniljij |
説明 | Just an assistant for KartRider web-based games. |
ファイルサイズ | 104 KB |
インストール数 | 342 |
現在のバージョン | 0.26.0 |
最終更新日 | 2022-05-01 |
公開日 | 2020-06-15 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://kartinfo.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://kartinfo.me/thread-6700-1-1.html |
ヘルプページのURL | https://kartinfo.me/thread-6700-1-1.html |
対応言語 | 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\/*" ] } |