Hypixel Reward Skip
Auto skip Hypixel's daily reward!
Hypixel Reward Skipとは何ですか?
Hypixel Reward SkipはHexedHeroによって開発されたChromeの拡張機能で、その主な機能は「Auto skip Hypixel's daily reward!」です。
拡張機能のスクリーンショット
Hypixel Reward Skip拡張機能のCRXファイルをダウンロード
Hypixel Reward Skip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This will simply click the "Skip" button for you when its ready when you go to claim your Hypixel daily reward.
Source code: https://github.com/HexedHero/HypixelRewardSkip 拡張機能の基本情報
| 名前 | |
| ID | cbkfenlgondibefbmddekmbjjmldiagh |
| 公式URL | https://chromewebstore.google.com/detail/hypixel-reward-skip/cbkfenlgondibefbmddekmbjjmldiagh |
| 説明 | Auto skip Hypixel's daily reward! |
| ファイルサイズ | 44.52 KB |
| インストール数 | 54 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2023-08-18 |
| 公開日 | 2022-02-25 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | HexedHero |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/HexedHero/HypixelRewardSkip |
| ヘルプページのURL | https://github.com/HexedHero/HypixelRewardSkip |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hypixel Reward Skip",
"author": "HexedHero",
"version": "1.0.2",
"description": "Auto skip Hypixel's daily reward!",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"*:\/\/rewards.hypixel.net\/*"
],
"js": [
"shaded\/jquery-3.6.0.min.js",
"inject.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"*:\/\/rewards.hypixel.net\/*"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |