YGOWiki Redirector

Redirects YGO Wikia/Fandom requests to Yugipedia

What is YGOWiki Redirector?

YGOWiki Redirector is a Chrome extension developed by https://yugipedia.com, and its main feature is "Redirects YGO Wikia/Fandom requests to Yugipedia".

Extension Screenshots

screenshot

Download YGOWiki Redirector Extension CRX File

Download YGOWiki Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YGOWiki Redirector YGOWiki Redirector
ID ihcahckdmfgebcihagehdfcdopmjmcjp
Official URL https://chromewebstore.google.com/detail/ygowiki-redirector/ihcahckdmfgebcihagehdfcdopmjmcjp
Description Redirects YGO Wikia/Fandom requests to Yugipedia
File Size 46.21 KB
Installation Count 2,178
Current Version 1.1.0
Last Updated 2019-07-10
Publish Date 2019-07-09
Rating 4.92/5 Total 12 Ratings
Developer https://yugipedia.com
Payment Type free
Supported Languages 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
}