New Minecraft Wiki

Redirect old Minecraft Wiki links to the new Minecraft Wiki.

New Minecraft Wiki क्या है?

New Minecraft Wiki Silly Billy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect old Minecraft Wiki links to the new Minecraft Wiki."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New Minecraft Wiki एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम New Minecraft Wiki New Minecraft Wiki
ID nfbicjlpocbjghcoeifmkjknmdjncgee
आधिकारिक URL https://chromewebstore.google.com/detail/new-minecraft-wiki/nfbicjlpocbjghcoeifmkjknmdjncgee
विवरण Redirect old Minecraft Wiki links to the new Minecraft Wiki.
फ़ाइल का आकार 167 KB
स्थापना संख्या 704
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-09-26
प्रकाशन तिथि 2023-09-26
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर Silly Billy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}