WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

Apa itu WowDB to Wowhead?

WowDB to Wowhead adalah ekstensi Chrome yang dikembangkan oleh ManjuS, dan fitur utamanya adalah "Redirects WowDB pages to Wowhead pages".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WowDB to Wowhead

Unduh file ekstensi WowDB to Wowhead 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

                        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.                    

Informasi Dasar Ekstensi

Nama WowDB to Wowhead WowDB to Wowhead
ID jnmjfklofjmcjaagdcckbkdppmhbkiec
URL Resmi https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec
Deskripsi Redirects WowDB pages to Wowhead pages
Ukuran File 24.72 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-10-29
Tanggal Publikasi 2015-10-29
Penilaian 2.33/5 Total 6 Penilaian
Pengembang ManjuS
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}