Hypixel SkyBlock Wiki Redirector

Redirects you to the new Hypixel Skyblock Wiki!

Was ist Hypixel SkyBlock Wiki Redirector?

Hypixel SkyBlock Wiki Redirector ist eine Chrome-Erweiterung, die von HexedHero entwickelt wurde, und ihr Hauptmerkmal ist "Redirects you to the new Hypixel Skyblock Wiki!".

Erweiterungsscreenshots

screenshot

Hypixel SkyBlock Wiki Redirector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hypixel SkyBlock Wiki Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Hypixel SkyBlock Wiki Redirector Hypixel SkyBlock Wiki Redirector
ID biaeonofgdgmgkmkogbbomkkkjbpmkij
Offizielle URL https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij
Beschreibung Redirects you to the new Hypixel Skyblock Wiki!
Dateigröße 32.61 KB
Installationsanzahl 35
Aktuelle Version 1.0.3
Letztes Update 2023-11-14
Veröffentlichungsdatum 2022-05-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler HexedHero
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
Hilfeseite URL https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
Unterstützte Sprachen 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"
    }
}