Iris
A tool made to check any Hypixel player's last session easily and quickly!
Iris란 무엇입니까?
Iris은(는) https://attituding.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool made to check any Hypixel player's last session easily and quickly!"입니다.
확장 프로그램 스크린샷
Iris 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily fetch, read, understand, and share anyone's last session on Hypixel. This extension fetches session data for a game via the Slothpixel API and the Hypixel API and presents them in a way that makes it easy for anyone to read. This tool was made for the Hypixel forums, where users often complain that their account was "false banned". This tool offers a very quick way to obtain any player's session data to show them that their account was compromised. Available under the MIT license at https://github.com/attituding
확장 프로그램 기본 정보
이름 | Iris |
ID | eoimknngdbibmlhfkkfdjiaonaelahgo |
공식 URL | https://chromewebstore.google.com/detail/iris/eoimknngdbibmlhfkkfdjiaonaelahgo |
설명 | A tool made to check any Hypixel player's last session easily and quickly! |
파일 크기 | 45.63 KB |
설치 횟수 | 240 |
현재 버전 | 2.4.0 |
최근 업데이트 | 2024-01-04 |
출시 날짜 | 2021-09-27 |
개발자 | https://attituding.xyz |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://github.com/attituding/iris/wiki/Privacy-Policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.4.0", "manifest_version": 3, "default_locale": "en", "action": { "default_popup": ".\/base.html", "default_icon": { "16": ".\/assets\/Iris Icon Transparent 16.png", "48": ".\/assets\/Iris Icon Transparent 48.png", "128": ".\/assets\/Iris Icon Transparent 128.png" } }, "background": { "service_worker": ".\/scripts\/background.js", "type": "module" }, "permissions": [ "storage" ], "icons": { "16": ".\/assets\/Iris Icon Transparent 16.png", "48": ".\/assets\/Iris Icon Transparent 48.png", "128": ".\/assets\/Iris Icon Transparent 128.png" } } |