Hypixel SkyBlock Wiki Redirector
Redirects you to the new Hypixel Skyblock Wiki!
Hypixel SkyBlock Wiki Redirector क्या है?
Hypixel SkyBlock Wiki Redirector HexedHero द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects you to the new Hypixel Skyblock Wiki!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hypixel SkyBlock Wiki Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sick of going to the old Hypixel SkyBlock wiki, such as .wikia or .fandom? This will redirect you when you go to these links to the new wiki.hypixel.net website! Source code: https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
एक्सटेंशन की मूल जानकारी
नाम | |
ID | biaeonofgdgmgkmkogbbomkkkjbpmkij |
आधिकारिक URL | https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij |
विवरण | Redirects you to the new Hypixel Skyblock Wiki! |
फ़ाइल का आकार | 32.61 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2023-11-14 |
प्रकाशन तिथि | 2022-05-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | HexedHero |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/HexedHero/HypixelSkyBlockWikiRedirector |
सहायता पृष्ठ URL | https://github.com/HexedHero/HypixelSkyBlockWikiRedirector |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hypixel SkyBlock Wiki Redirector", "author": "HexedHero", "version": "1.0.3", "description": "Redirects you to the new Hypixel Skyblock Wiki!", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "webNavigation" ], "host_permissions": [ "*:\/\/hypixel-skyblock.fandom.com\/*", "*:\/\/hypixel-skyblock.wikia.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |