Yugipedia Redirect

Redirect from Yu-Gi-OH Wikia to Yugipedia.

Yugipedia Redirectคืออะไร?

Yugipedia Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://severinkaderli.ch และคุณลักษณะหลักของมันคือ "Redirect from Yu-Gi-OH Wikia to Yugipedia."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yugipedia Redirect

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

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

                        This extension redirects all requests to yugioh.wikia.com to yugipedia.com.                    

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

ชื่อ Yugipedia Redirect Yugipedia Redirect
ID ejenkocoekafkcabmnonnpploodghnkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yugipedia-redirect/ejenkocoekafkcabmnonnpploodghnkh
คำอธิบาย Redirect from Yu-Gi-OH Wikia to Yugipedia.
ขนาดไฟล์ 14.54 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-03-22
วันที่เผยแพร่ 2018-03-22
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://severinkaderli.ch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yugipedia Redirect",
    "description": "Redirect from Yu-Gi-OH Wikia to Yugipedia.",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/assets\/16x16.png",
        "48": ".\/assets\/48x48.png",
        "128": ".\/assets\/128x128.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/yugioh.wikia.com\/*",
        "*:\/\/www.yugioh.wikia.com\/*",
        "webRequestBlocking"
    ]
}