Wowhead Waypoints
Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.
What is Wowhead Waypoints?
Wowhead Waypoints is a Chrome extension developed by medesetmedes, and its main feature is "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.".
Extension Screenshots
Download Wowhead Waypoints Extension CRX File
Download Wowhead Waypoints 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
A chrome extension that makes it easy to copy waypoints from websites such as WoWhead, ClassicDB and Vanilla WoW DB. The waypoints are supported through the addon TomTom and can be pasted into the game by using the addon Paste.
Extension Basic Information
Name | |
ID | bklpppgkhpfpeilcjkgjhabigjmehfno |
Official URL | https://chrome.google.com/webstore/detail/wowhead-waypoints/bklpppgkhpfpeilcjkgjhabigjmehfno |
Description | Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft. |
File Size | 56.08 KB |
Installation Count | 41 |
Current Version | 1.0.1 |
Last Updated | 2019-11-30 |
Publish Date | 2019-11-30 |
Developer | medesetmedes |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wowhead Waypoints", "description": "Easy to copy coordinates from wowhead.com to the TomTom navigation addon for World of Warcraft.", "version": "1.0.1", "icons": { "48": "icon.png" }, "permissions": [ "activeTab", "declarativeContent" ], "browser_action": { "default_title": "Waypoints Page", "default_icon": "icon.png", "default_popup": "popup.html" } } |