Minecraft Wiki Redirector

This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…

Minecraft Wiki Redirectorとは何ですか?

Minecraft Wiki RedirectorはJesperによって開発されたChromeの拡張機能で、その主な機能は「This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is to promote the new wiki site and improve its SEO ranking, ensuring that the Minecraft community can easily find and access up-to-date information. By installing this extension, users will be seamlessly redirected to the new wiki pages, helping to shift the traffic and search engine recognition to the new site.                    

拡張機能の基本情報

名前 Minecraft Wiki Redirector Minecraft Wiki Redirector
ID dikggljhchkopghpgocbdjipbbflpclc
公式URL https://chromewebstore.google.com/detail/minecraft-wiki-redirector/dikggljhchkopghpgocbdjipbbflpclc
説明 This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…
ファイルサイズ 35.91 KB
インストール数 682
現在のバージョン 1.02
最終更新日 2023-10-06
公開日 2023-10-04
評価 4.40/5 合計 5 レビュー
開発者 Jesper
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "manifest_version": 3,
    "name": "Minecraft Wiki Redirector",
    "version": "1.02",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/minecraft.fandom.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}