YGOWiki Redirector
Redirects YGO Wikia/Fandom requests to Yugipedia
Cos'è YGOWiki Redirector?
YGOWiki Redirector è un'estensione di Chrome sviluppata da https://yugipedia.com, e la sua funzione principale è "Redirects YGO Wikia/Fandom requests to Yugipedia".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YGOWiki Redirector
Scarica i file di estensione YGOWiki Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | YGOWiki Redirector |
ID | ihcahckdmfgebcihagehdfcdopmjmcjp |
URL Ufficiale | https://chromewebstore.google.com/detail/ygowiki-redirector/ihcahckdmfgebcihagehdfcdopmjmcjp |
Descrizione | Redirects YGO Wikia/Fandom requests to Yugipedia |
Dimensione del File | 46.21 KB |
Conteggio Installazioni | 2,178 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2019-07-10 |
Data di Pubblicazione | 2019-07-09 |
Valutazione | 4.92/5 Totale 12 Valutazioni |
Sviluppatore | https://yugipedia.com |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |