Minecraft Wiki Redirector

This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…

Minecraft Wiki Redirectorคืออะไร?

Minecraft Wiki Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jesper และคุณลักษณะหลักของมันคือ "This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minecraft Wiki Redirector

ดาวน์โหลดไฟล์ส่วนขยาย Minecraft Wiki Redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is to promote the new wiki site and improve its SEO ranking, ensuring that the Minecraft community can easily find and access up-to-date information. By installing this extension, users will be seamlessly redirected to the new wiki pages, helping to shift the traffic and search engine recognition to the new site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Minecraft Wiki Redirector Minecraft Wiki Redirector
ID dikggljhchkopghpgocbdjipbbflpclc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minecraft-wiki-redirector/dikggljhchkopghpgocbdjipbbflpclc
คำอธิบาย This extension is designed to redirect traffic from minecraft.fandom.com to the new and updated wiki at minecraft.wiki. The aim is…
ขนาดไฟล์ 35.91 KB
จำนวนการติดตั้ง 682
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2023-10-06
วันที่เผยแพร่ 2023-10-04
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Jesper
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "Minecraft Wiki Redirector",
    "version": "1.02",
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/minecraft.fandom.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}