WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

ما هو WowDB to Wowhead؟

WowDB to Wowhead هو إضافة Chrome تم تطويرها بواسطة ManjuS، والميزة الرئيسية لها هي "Redirects WowDB pages to Wowhead pages".

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

screenshot

تحميل ملف CRX للإضافة WowDB to Wowhead

قم بتنزيل ملفات الامتداد WowDB to Wowhead بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        }
    ]
}