WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

Cos'è WowDB to Wowhead?

WowDB to Wowhead è un'estensione di Chrome sviluppata da ManjuS, e la sua funzione principale è "Redirects WowDB pages to Wowhead pages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WowDB to Wowhead

Scarica i file di estensione WowDB to Wowhead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WowDB to Wowhead WowDB to Wowhead
ID jnmjfklofjmcjaagdcckbkdppmhbkiec
URL Ufficiale https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec
Descrizione Redirects WowDB pages to Wowhead pages
Dimensione del File 24.72 KB
Conteggio Installazioni 35
Versione Corrente 1.0
Ultimo Aggiornamento 2015-10-29
Data di Pubblicazione 2015-10-29
Valutazione 2.33/5 Totale 6 Valutazioni
Sviluppatore ManjuS
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}