Iris

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

Was ist Iris?

Iris ist eine Chrome-Erweiterung, die von https://attituding.xyz entwickelt wurde, und ihr Hauptmerkmal ist "A tool made to check any Hypixel player's last session easily and quickly!".

Erweiterungsscreenshots

screenshot

Iris-Erweiterungs-CRX-Datei herunterladen

Laden Sie Iris-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Iris Iris
ID eoimknngdbibmlhfkkfdjiaonaelahgo
Offizielle URL https://chromewebstore.google.com/detail/iris/eoimknngdbibmlhfkkfdjiaonaelahgo
Beschreibung A tool made to check any Hypixel player's last session easily and quickly!
Dateigröße 45.63 KB
Installationsanzahl 240
Aktuelle Version 2.4.0
Letztes Update 2024-01-04
Veröffentlichungsdatum 2021-09-27
Entwickler https://attituding.xyz
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://github.com/attituding/iris/wiki/Privacy-Policy
Unterstützte Sprachen 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"
    }
}