Iris
A tool made to check any Hypixel player's last session easily and quickly!
Iris क्या है?
Iris https://attituding.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool made to check any Hypixel player's last session easily and quickly!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Iris एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |