WoW Activity Lookup

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

Wat is WoW Activity Lookup?

WoW Activity Lookup is een Chrome-extensie ontwikkeld door http://wowactivity.kimptoc.net, en de belangrijkste functie is "This extension will open the corresponding WoW Activity page for a WoW Armory page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WoW Activity Lookup

Download WoW Activity Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WoW Activity Lookup WoW Activity Lookup
ID njapjedhnpfpbfdeaaigolgoeeichfaj
Officiële URL https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj
Beschrijving This extension will open the corresponding WoW Activity page for a WoW Armory page.
Bestandsgrootte 12.4 KB
Aantal Installaties 13
Huidige Versie 3.0
Laatst Bijgewerkt 2016-04-17
Publicatiedatum 2016-04-17
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://wowactivity.kimptoc.net
Betalingswijze free
Extensiewebsite https://github.com/kimptoc/WoWActivityChromeExt-
Help Pagina-URL https://github.com/kimptoc/WoWActivityChromeExt-
Ondersteunde Talen 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"
    ]
}