Hypixel SkyBlock Wiki Redirector
Redirects you to the new Hypixel Skyblock Wiki!
Vad är Hypixel SkyBlock Wiki Redirector?
Hypixel SkyBlock Wiki Redirector är en Chrome-tillägg utvecklad av HexedHero, och dess huvudfunktion är "Redirects you to the new Hypixel Skyblock Wiki!".
Tilläggsskärmbilder
Ladda ner Hypixel SkyBlock Wiki Redirector-förlängningens CRX-fil
Ladda ner Hypixel SkyBlock Wiki Redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | biaeonofgdgmgkmkogbbomkkkjbpmkij |
Officiell webbadress | https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij |
Beskrivning | Redirects you to the new Hypixel Skyblock Wiki! |
Filstorlek | 32.61 KB |
Antal Installationer | 35 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2023-11-14 |
Publiceringsdatum | 2022-05-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | HexedHero |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/HexedHero/HypixelSkyBlockWikiRedirector |
Hjälpsida URL | https://github.com/HexedHero/HypixelSkyBlockWikiRedirector |
Stödda Språk | 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" } } |