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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Hypixel Reward Skip |
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 |
이메일 | [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" } } |