YGOWiki Redirector

Redirects YGO Wikia/Fandom requests to Yugipedia

什麼是YGOWiki Redirector?

YGOWiki Redirector是由https://yugipedia.com開發的Chrome擴展程式,該擴展的主要功能是“Redirects YGO Wikia/Fandom requests to Yugipedia”。

擴展截圖

screenshot

下載YGOWiki Redirector擴展crx文件

下載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
官方網址 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
}