Iris

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

Qu'est-ce que Iris ?

Iris est une extension Chrome développée par https://attituding.xyz, et sa fonction principale est "A tool made to check any Hypixel player's last session easily and quickly!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Iris

Téléchargez les fichiers d'extension Iris au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Iris Iris
ID eoimknngdbibmlhfkkfdjiaonaelahgo
URL Officiel https://chromewebstore.google.com/detail/iris/eoimknngdbibmlhfkkfdjiaonaelahgo
Description A tool made to check any Hypixel player's last session easily and quickly!
Taille du Fichier 45.63 KB
Nombre d'Installations 240
Version Actuelle 2.4.0
Dernière Mise à Jour 2024-01-04
Date de Publication 2021-09-27
Développeur https://attituding.xyz
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/attituding/iris/wiki/Privacy-Policy
Langues Prises en Charge 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"
    }
}