WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

Co to jest WowDB to Wowhead?

WowDB to Wowhead to rozszerzenie Chrome opracowane przez ManjuS, a jego główną funkcją jest „Redirects WowDB pages to Wowhead pages”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WowDB to Wowhead

Pobierz pliki rozszerzeń WowDB to Wowhead w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WowDB to Wowhead WowDB to Wowhead
ID jnmjfklofjmcjaagdcckbkdppmhbkiec
Oficjalny URL https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec
Opis Redirects WowDB pages to Wowhead pages
Rozmiar pliku 24.72 KB
Liczba instalacji 35
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-10-29
Data Publikacji 2015-10-29
Ocena 2.33/5 Łącznie 6 Oceny
Deweloper ManjuS
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}