Hypixel SkyBlock Wiki Redirector

Redirects you to the new Hypixel Skyblock Wiki!

Hypixel SkyBlock Wiki Redirectorとは何ですか?

Hypixel SkyBlock Wiki RedirectorはHexedHeroによって開発されたChromeの拡張機能で、その主な機能は「Redirects you to the new Hypixel Skyblock Wiki!」です。

拡張機能のスクリーンショット

screenshot

Hypixel SkyBlock Wiki Redirector拡張機能のCRXファイルをダウンロード

Hypixel SkyBlock Wiki Redirector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Hypixel SkyBlock Wiki Redirector Hypixel SkyBlock Wiki Redirector
ID biaeonofgdgmgkmkogbbomkkkjbpmkij
公式URL https://chromewebstore.google.com/detail/hypixel-skyblock-wiki-red/biaeonofgdgmgkmkogbbomkkkjbpmkij
説明 Redirects you to the new Hypixel Skyblock Wiki!
ファイルサイズ 32.61 KB
インストール数 35
現在のバージョン 1.0.3
最終更新日 2023-11-14
公開日 2022-05-02
評価 5.00/5 合計 1 レビュー
開発者 HexedHero
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
ヘルプページのURL https://github.com/HexedHero/HypixelSkyBlockWikiRedirector
対応言語 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"
    }
}