YGOWiki Redirector

Redirects YGO Wikia/Fandom requests to Yugipedia

Apa itu YGOWiki Redirector?

YGOWiki Redirector adalah ekstensi Chrome yang dikembangkan oleh https://yugipedia.com, dan fitur utamanya adalah "Redirects YGO Wikia/Fandom requests to Yugipedia".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YGOWiki Redirector

Unduh file ekstensi YGOWiki Redirector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YGOWiki Redirector YGOWiki Redirector
ID ihcahckdmfgebcihagehdfcdopmjmcjp
URL Resmi https://chromewebstore.google.com/detail/ygowiki-redirector/ihcahckdmfgebcihagehdfcdopmjmcjp
Deskripsi Redirects YGO Wikia/Fandom requests to Yugipedia
Ukuran File 46.21 KB
Jumlah Instalasi 2,178
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2019-07-10
Tanggal Publikasi 2019-07-09
Penilaian 4.92/5 Total 12 Penilaian
Pengembang https://yugipedia.com
Tipe Pembayaran free
Bahasa yang Didukung 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
}