WowDB to Wowhead

Redirects WowDB pages to Wowhead pages

Qu'est-ce que WowDB to Wowhead ?

WowDB to Wowhead est une extension Chrome développée par ManjuS, et sa fonction principale est "Redirects WowDB pages to Wowhead pages".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WowDB to Wowhead

Téléchargez les fichiers d'extension WowDB to Wowhead au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WowDB to Wowhead WowDB to Wowhead
ID jnmjfklofjmcjaagdcckbkdppmhbkiec
URL Officiel https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec
Description Redirects WowDB pages to Wowhead pages
Taille du Fichier 24.72 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2015-10-29
Date de Publication 2015-10-29
Évaluation 2.33/5 Total 6 Évaluations
Développeur ManjuS
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}