New Minecraft Wiki

Redirect old Minecraft Wiki links to the new Minecraft Wiki.

What is New Minecraft Wiki?

New Minecraft Wiki is a Chrome extension developed by Silly Billy, and its main feature is "Redirect old Minecraft Wiki links to the new Minecraft Wiki.".

Extension Screenshots

screenshot

Download New Minecraft Wiki Extension CRX File

Download New Minecraft Wiki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension redirects the old Minecraft wiki fandom links to the new minecraft.wiki ones.                    

Extension Basic Information

Name New Minecraft Wiki New Minecraft Wiki
ID nfbicjlpocbjghcoeifmkjknmdjncgee
Official URL https://chromewebstore.google.com/detail/new-minecraft-wiki/nfbicjlpocbjghcoeifmkjknmdjncgee
Description Redirect old Minecraft Wiki links to the new Minecraft Wiki.
File Size 167 KB
Installation Count 704
Current Version 1.0
Last Updated 2023-09-26
Publish Date 2023-09-26
Rating 4.80/5 Total 5 Ratings
Developer Silly Billy
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "redirect.js"
            ],
            "matches": [
                "*:\/\/minecraft.fandom.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Redirect old Minecraft Wiki links to the new Minecraft Wiki.",
    "icons": {
        "48": "\/48.png"
    },
    "manifest_version": 3,
    "name": "New Minecraft Wiki",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}