Better new Minecraft Wiki

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

Better new Minecraft Wiki là gì?

Better new Minecraft Wiki là một tiện ích mở rộng Chrome được phát triển bởi Jan Straßburger, và tính năng chính của nó là "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better new Minecraft Wiki

Tải xuống các tệp mở rộng Better new Minecraft Wiki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better new Minecraft Wiki Better new Minecraft Wiki
ID njkogdlaalmifcbmhhlngeipfpoonafi
URL Chính Thức https://chromewebstore.google.com/detail/better-new-minecraft-wiki/njkogdlaalmifcbmhhlngeipfpoonafi
Mô tả Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead
Kích Thước Tệp 67.04 KB
Số Lần Cài Đặt 564
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-03
Ngày Phát Hành 2023-10-02
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Jan Straßburger
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome
URL Trang Trợ Giúp https://github.com/KartoffelChipss/better-new-minecraft-wiki-chrome/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}