WowDB to Wowhead
Redirects WowDB pages to Wowhead pages
What is WowDB to Wowhead?
WowDB to Wowhead is a Chrome extension developed by ManjuS, and its main feature is "Redirects WowDB pages to Wowhead pages".
Extension Screenshots
Download WowDB to Wowhead Extension CRX File
Download WowDB to Wowhead extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jnmjfklofjmcjaagdcckbkdppmhbkiec |
Official URL | https://chrome.google.com/webstore/detail/wowdb-to-wowhead/jnmjfklofjmcjaagdcckbkdppmhbkiec |
Description | Redirects WowDB pages to Wowhead pages |
File Size | 24.72 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2015-10-29 |
Publish Date | 2015-10-29 |
Rating | 2.33/5 Total 6 Ratings |
Developer | ManjuS |
Payment Type | free |
Supported Languages | 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" } ] } |