Hypixel SkyBlock Wiki Redirector

Redirects you to the new Hypixel Skyblock Wiki!

Apa itu Hypixel SkyBlock Wiki Redirector?

Hypixel SkyBlock Wiki Redirector adalah ekstensi Chrome yang dikembangkan oleh HexedHero, dan fitur utamanya adalah "Redirects you to the new Hypixel Skyblock Wiki!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hypixel SkyBlock Wiki Redirector

Unduh file ekstensi Hypixel SkyBlock Wiki Redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Hypixel SkyBlock Wiki Redirector Hypixel SkyBlock Wiki Redirector
ID biaeonofgdgmgkmkogbbomkkkjbpmkij
URL Resmi https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij
Deskripsi Redirects you to the new Hypixel Skyblock Wiki!
Ukuran File 32.61 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-11-14
Tanggal Publikasi 2022-05-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang HexedHero
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
URL Halaman Bantuan https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
Bahasa yang Didukung 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"
    }
}