WowWiki2Pedia
This extension redirects every Wowwiki page to the WowPedia page.
What is WowWiki2Pedia?
WowWiki2Pedia is a Chrome extension developed by Rompetomp, and its main feature is "This extension redirects every Wowwiki page to the WowPedia page.".
Extension Screenshots
Download WowWiki2Pedia Extension CRX File
Download WowWiki2Pedia 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
This extension simply redirects every page at wowwiki.com to the wowpedia.org equivalent. I made this because WowWiki isn't being used as much anymore, but a lot of stuff is still being linked to WowWiki For more information about the migration from WowWiki to WowPedia, please go here: http://wowpedia.org/Wowwiki
Extension Basic Information
Name | WowWiki2Pedia |
ID | knppbgnkiklakpejdphgakhndopjjcid |
Official URL | https://chromewebstore.google.com/detail/wowwiki2pedia/knppbgnkiklakpejdphgakhndopjjcid |
Description | This extension redirects every Wowwiki page to the WowPedia page. |
File Size | 54.94 KB |
Installation Count | 11 |
Current Version | 1.0.2 |
Last Updated | 2016-07-21 |
Publish Date | 2016-07-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Rompetomp |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WowWiki2Pedia", "version": "1.0.2", "manifest_version": 2, "description": "This extension redirects every Wowwiki page to the WowPedia page.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "wiki2pedia.js" ], "matches": [ "*:\/\/*.wowwiki.com\/*" ], "run_at": "document_start" } ] } |