WoW Activity Lookup

This extension will open the corresponding WoW Activity page for a WoW Armory page.

What is WoW Activity Lookup?

WoW Activity Lookup is a Chrome extension developed by http://wowactivity.kimptoc.net, and its main feature is "This extension will open the corresponding WoW Activity page for a WoW Armory page.".

Extension Screenshots

screenshot

Download WoW Activity Lookup Extension CRX File

Download WoW Activity Lookup 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

                        The World of Warcraft Armory site shows the current state of your toon.

But do you want to see a blow-by-blow activity feed as your character develops?

This is available at http://wowactivity.kimptoc.net/.

This extension lets you easily find the activity feed for a character on the Armory.

For more information/support - please contact us via Twitter -  @WowActivityFeed,  https://twitter.com/WowActivityFeed

PRIVACY DETAILS:
No cookies are used. The only information stored is the name of the Warcraft toon that you look up.  The only information stored is your IP address in the webserver logfiles.                    

Extension Basic Information

Name WoW Activity Lookup WoW Activity Lookup
ID njapjedhnpfpbfdeaaigolgoeeichfaj
Official URL https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj
Description This extension will open the corresponding WoW Activity page for a WoW Armory page.
File Size 12.4 KB
Installation Count 13
Current Version 3.0
Last Updated 2016-04-17
Publish Date 2016-04-17
Rating 1.00/5 Total 1 Ratings
Developer http://wowactivity.kimptoc.net
Payment Type free
Extension Website https://github.com/kimptoc/WoWActivityChromeExt-
Help Page URL https://github.com/kimptoc/WoWActivityChromeExt-
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WoW Activity Lookup",
    "description": "This extension will open the corresponding WoW Activity page for a WoW Armory page.",
    "version": "3.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}