YGOWiki Redirector

Redirects YGO Wikia/Fandom requests to Yugipedia

ما هو YGOWiki Redirector؟

YGOWiki Redirector هو إضافة Chrome تم تطويرها بواسطة https://yugipedia.com، والميزة الرئيسية لها هي "Redirects YGO Wikia/Fandom requests to Yugipedia".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة YGOWiki Redirector

قم بتنزيل ملفات الامتداد YGOWiki Redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
}