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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead"।

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

screenshot
screenshot
screenshot

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

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

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

                        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"
    }
}