Iris

A tool made to check any Hypixel player's last session easily and quickly!

Iris là gì?

Iris là một tiện ích mở rộng Chrome được phát triển bởi https://attituding.xyz, và tính năng chính của nó là "A tool made to check any Hypixel player's last session easily and quickly!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Iris

Tải xuống các tệp mở rộng Iris dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Iris Iris
ID eoimknngdbibmlhfkkfdjiaonaelahgo
URL Chính Thức https://chromewebstore.google.com/detail/iris/eoimknngdbibmlhfkkfdjiaonaelahgo
Mô tả A tool made to check any Hypixel player's last session easily and quickly!
Kích Thước Tệp 45.63 KB
Số Lần Cài Đặt 240
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2024-01-04
Ngày Phát Hành 2021-09-27
Nhà Phát Triển https://attituding.xyz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/attituding/iris/wiki/Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}