Hypixel SkyBlock Wiki Redirector

Redirects you to the new Hypixel Skyblock Wiki!

Qu'est-ce que Hypixel SkyBlock Wiki Redirector ?

Hypixel SkyBlock Wiki Redirector est une extension Chrome développée par HexedHero, et sa fonction principale est "Redirects you to the new Hypixel Skyblock Wiki!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hypixel SkyBlock Wiki Redirector

Téléchargez les fichiers d'extension Hypixel SkyBlock Wiki Redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Hypixel SkyBlock Wiki Redirector Hypixel SkyBlock Wiki Redirector
ID biaeonofgdgmgkmkogbbomkkkjbpmkij
URL Officiel https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij
Description Redirects you to the new Hypixel Skyblock Wiki!
Taille du Fichier 32.61 KB
Nombre d'Installations 35
Version Actuelle 1.0.3
Dernière Mise à Jour 2023-11-14
Date de Publication 2022-05-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur HexedHero
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
URL de la Page d'Aide https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
Langues Prises en Charge 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"
    }
}