YGOWiki Redirector

Redirects YGO Wikia/Fandom requests to Yugipedia

Wat is YGOWiki Redirector?

YGOWiki Redirector is een Chrome-extensie ontwikkeld door https://yugipedia.com, en de belangrijkste functie is "Redirects YGO Wikia/Fandom requests to Yugipedia".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YGOWiki Redirector

Download YGOWiki Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YGOWiki Redirector YGOWiki Redirector
ID ihcahckdmfgebcihagehdfcdopmjmcjp
Officiële URL https://chromewebstore.google.com/detail/ygowiki-redirector/ihcahckdmfgebcihagehdfcdopmjmcjp
Beschrijving Redirects YGO Wikia/Fandom requests to Yugipedia
Bestandsgrootte 46.21 KB
Aantal Installaties 2,178
Huidige Versie 1.1.0
Laatst Bijgewerkt 2019-07-10
Publicatiedatum 2019-07-09
Beoordeling 4.92/5 Totaal 12 Beoordelingen
Ontwikkelaar https://yugipedia.com
Betalingswijze free
Ondersteunde Talen 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
}