WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
Qu'est-ce que WoW Activity Lookup ?
WoW Activity Lookup est une extension Chrome développée par http://wowactivity.kimptoc.net, et sa fonction principale est "This extension will open the corresponding WoW Activity page for a WoW Armory page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WoW Activity Lookup
Téléchargez les fichiers d'extension WoW Activity Lookup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | njapjedhnpfpbfdeaaigolgoeeichfaj |
URL Officiel | 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. |
Taille du Fichier | 12.4 KB |
Nombre d'Installations | 13 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2016-04-17 |
Date de Publication | 2016-04-17 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://wowactivity.kimptoc.net |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kimptoc/WoWActivityChromeExt- |
URL de la Page d'Aide | https://github.com/kimptoc/WoWActivityChromeExt- |
Langues Prises en Charge | 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" ] } |