WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

WowDB to Wowhead क्या है?

WowDB to Wowhead ManjuS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects WowDB pages to Wowhead pages"।

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

screenshot

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

crx प्रारूप में WowDB to Wowhead एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Prefer Wowhead for all of your World of Warcraft informational needs? This extension redirects pages from WoWDB to Wowhead for more in depth information.

This extension was created by a user on Reddit's /r/chrome subreddit and I'm just uploading it for ease of use.                    

एक्सटेंशन की मूल जानकारी

नाम WowDB to Wowhead WowDB to Wowhead
ID jnmjfklofjmcjaagdcckbkdppmhbkiec
आधिकारिक URL https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec
विवरण Redirects WowDB pages to Wowhead pages
फ़ाइल का आकार 24.72 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-10-29
प्रकाशन तिथि 2015-10-29
रेटिंग 2.33/5 कुल 6 रेटिंग्स
डेवलपर ManjuS
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WowDB to Wowhead",
    "version": "1.0",
    "description": "Redirects WowDB pages to Wowhead pages",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wowdb.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ]
}