YGOWiki Redirector

Redirects YGO Wikia/Fandom requests to Yugipedia

YGOWiki Redirector क्या है?

YGOWiki Redirector https://yugipedia.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects YGO Wikia/Fandom requests to Yugipedia"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YGOWiki Redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}