Wowhead Quest Checker
Check if your character has completed a quest, right on wowhead.com
What is Wowhead Quest Checker?
Wowhead Quest Checker is a Chrome extension by Aki. This extension has 22 weekly active users, a poor user rating of 2.00, and was removed from Chrome Web Store a month ago. The latest version, 1.0.1, was updated 8 years ago.
Stats
- http://us.battle.net/
- http://www.wowhead.com/
- tabs
- activeTab
- storage
Summary
See if your character has completed a quest, right on wowhead.com! -- USAGE -- Once you have installed the extension, right click on the button and select options. Set your character and server there and go to a wowhead quest page. (http://www.wowhead.com/quest=31902/battle-pet-tamers-eastern-kingdoms)
Your quest status should be displayed right under Quick Facts. In compliance with battle.net API usage and in the interest of openness, git repo is here:https://github.com/akinokaze/wowheadquestchecker
Safety
Risk impact
Wowhead Quest Checker requires a number of risky permissions that can potentially harm your browser and steal your data. Exercise caution when installing this extension. Review carefully before installing. We recommend that you only install Wowhead Quest Checker if you trust the publisher.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
Wowhead Quest Checker may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.
Risk likelihood measures the probability that a Chrome extension may turn malicious. This is determined by the publisher and the Chrome extension reputation on Chrome Web Store, the amount of time the Chrome extension has been around, and other signals about the Chrome extension. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Chrome extension, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsUser reviews
Similar extensions
Here are some Chrome extensions that are similar to Wowhead Quest Checker:
Twitch Prime Subscription Reminder
FreshView for YouTube™
Manifest
The manifest file declares the requirements and permissions that a Chrome extension will have access to. By reviewing the manifest, you may be able to determine if a Chrome extension is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "update_url": "https://clients2.google.com/service/update2/crx", "name": "Wowhead Quest Checker", "description": "Check if your character has completed a quest, right on wowhead.com", "version": "1.0.1", "permissions": [ "http://us.battle.net/", "http://www.wowhead.com/", "tabs", "activeTab", "storage" ], "icons": { "128": "icon.png" },