Hypixel SkyBlock Wiki Redirector
Redirects you to the new Hypixel Skyblock Wiki!
Wat is Hypixel SkyBlock Wiki Redirector?
Hypixel SkyBlock Wiki Redirector is een Chrome-extensie ontwikkeld door HexedHero, en de belangrijkste functie is "Redirects you to the new Hypixel Skyblock Wiki!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hypixel SkyBlock Wiki Redirector
Download Hypixel SkyBlock Wiki Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | biaeonofgdgmgkmkogbbomkkkjbpmkij |
Officiële URL | https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij |
Beschrijving | Redirects you to the new Hypixel Skyblock Wiki! |
Bestandsgrootte | 32.61 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-11-14 |
Publicatiedatum | 2022-05-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | HexedHero |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/HexedHero/HypixelSkyBlockWikiRedirector |
Help Pagina-URL | https://github.com/HexedHero/HypixelSkyBlockWikiRedirector |
Ondersteunde Talen | 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" } } |