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!”。

擴展截圖

screenshot

下載Iris擴展crx文件

下載Iris擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Iris
ID eoimknngdbibmlhfkkfdjiaonaelahgo
官方網址 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"
    }
}