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 هو إضافة Chrome تم تطويرها بواسطة Jan Straßburger، والميزة الرئيسية لها هي "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Better new Minecraft Wiki

قم بتنزيل ملفات الامتداد Better new Minecraft Wiki بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}