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
电子邮箱 [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"
}