Hypixel SkyBlock Wiki Redirector

Redirects you to the new Hypixel Skyblock Wiki!

Hvad er Hypixel SkyBlock Wiki Redirector?

Hypixel SkyBlock Wiki Redirector er en Chrome-udvidelse udviklet af HexedHero, og dens hovedfunktion er "Redirects you to the new Hypixel Skyblock Wiki!".

Udvidelsesskærmbilleder

screenshot

Download Hypixel SkyBlock Wiki Redirector-udvidelses-CRX-fil

Download Hypixel SkyBlock Wiki Redirector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Hypixel SkyBlock Wiki Redirector Hypixel SkyBlock Wiki Redirector
ID biaeonofgdgmgkmkogbbomkkkjbpmkij
Officiel URL https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij
Beskrivelse Redirects you to the new Hypixel Skyblock Wiki!
Filstørrelse 32.61 KB
Antal Installationer 35
Nuværende Version 1.0.3
Senest Opdateret 2023-11-14
Udgivelsesdato 2022-05-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler HexedHero
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
Hjælpeside-URL https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
Understøttede Sprog 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"
    }
}