YGOWiki Redirector

Redirects YGO Wikia/Fandom requests to Yugipedia

YGOWiki Redirectorคืออะไร?

YGOWiki Redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yugipedia.com และคุณลักษณะหลักของมันคือ "Redirects YGO Wikia/Fandom requests to Yugipedia"

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

screenshot

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

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

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

                        Redirects YuGiOh Wikia/Fandom requests to Yugipedia automatically to help ensure that you are always viewing the most up-to-date information possible. 

This extension will work for any links so long as you use Google Chrome by default. You may also temporarily pause the extension in order to view pages on the Wikia YGO site.                    

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

ชื่อ YGOWiki Redirector YGOWiki Redirector
ID ihcahckdmfgebcihagehdfcdopmjmcjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ygowiki-redirector/ihcahckdmfgebcihagehdfcdopmjmcjp
คำอธิบาย Redirects YGO Wikia/Fandom requests to Yugipedia
ขนาดไฟล์ 46.21 KB
จำนวนการติดตั้ง 2,178
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-07-10
วันที่เผยแพร่ 2019-07-09
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://yugipedia.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YGOWiki Redirector",
    "author": "proEndreeper, Modified by penguinstyles to work for Yugipedia",
    "version": "1.1.0",
    "description": "Redirects YGO Wikia\/Fandom requests to Yugipedia",
    "permissions": [
        "storage",
        "*:\/\/ygo.wikia.com\/*",
        "*:\/\/yugioh.wikia.com\/*",
        "*:\/\/yu-gi-oh.wikia.com\/*",
        "*:\/\/ygo.fandom.com\/*",
        "*:\/\/yugioh.fandom.com\/*",
        "*:\/\/yu-gi-oh.fandom.com\/*",
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "YGOWiki Redirector",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}