Hypixel SkyBlock Wiki Redirector
Redirects you to the new Hypixel Skyblock Wiki!
What is Hypixel SkyBlock Wiki Redirector?
Hypixel SkyBlock Wiki Redirector is a Chrome extension developed by HexedHero, and its main feature is "Redirects you to the new Hypixel Skyblock Wiki!".
Extension Screenshots
Download Hypixel SkyBlock Wiki Redirector Extension CRX File
Download Hypixel SkyBlock Wiki Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | biaeonofgdgmgkmkogbbomkkkjbpmkij |
Official URL | https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij |
Description | Redirects you to the new Hypixel Skyblock Wiki! |
File Size | 32.61 KB |
Installation Count | 35 |
Current Version | 1.0.3 |
Last Updated | 2023-11-14 |
Publish Date | 2022-05-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | HexedHero |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/HexedHero/HypixelSkyBlockWikiRedirector |
Help Page URL | https://github.com/HexedHero/HypixelSkyBlockWikiRedirector |
Supported Languages | 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" } } |