Better new Minecraft Wiki

Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead

什么是Better new Minecraft Wiki?

Better new Minecraft Wiki是由Jan Straßburger开发的Chrome扩展程序,该扩展的主要功能是“Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead”。

扩展截图

screenshot
screenshot
screenshot

下载Better new Minecraft Wiki扩展crx文件

下载Better new Minecraft Wiki扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enhance Your Minecraft Wiki Experience!

Say goodbye to the old fandom and welcome the optimized new Minecraft.wiki! Boost your browsing speed, don't get bothered by hundreds of ads and help to improve search results for the new wiki by automatically redirecting to minecraft.wiki.

Features:
- Instant redirection from the old 'minecraft.fandom.com' to the new 'minecraft.wiki.'
- Swift access to the updated wiki for faster load times and improved efficiency
- Effortless right-click functionality to access the old wiki when needed
- 'minecraft.fandom.com' won't be loaded at all, so the old wiki will apear less in google search seults                    

扩展基本信息

名称 Better new Minecraft Wiki Better new Minecraft Wiki
ID njkogdlaalmifcbmhhlngeipfpoonafi
官方URL https://chromewebstore.google.com/detail/better-new-minecraft-wiki/njkogdlaalmifcbmhhlngeipfpoonafi
简介 Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead
文件大小 67.04 KB
安装次数 564
当前版本 1.0.0
更新时间 2023-10-03
上架时间 2023-10-02
评分 5.00/5 共7次评分
开发者 Jan Straßburger
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome
帮助页面URL https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome/issues
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better new Minecraft Wiki",
    "version": "1.0.0",
    "description": "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead",
    "default_locale": "en",
    "icons": {
        "16": ".\/img\/wiki-16.png",
        "19": ".\/img\/wiki-19.png",
        "38": ".\/img\/wiki-38.png",
        "48": ".\/img\/wiki-48.png",
        "128": ".\/img\/wiki-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": ".\/img\/wiki-48.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules-1.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/minecraft.fandom.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}