WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
Was ist WoW Activity Lookup?
WoW Activity Lookup ist eine Chrome-Erweiterung, die von http://wowactivity.kimptoc.net entwickelt wurde, und ihr Hauptmerkmal ist "This extension will open the corresponding WoW Activity page for a WoW Armory page.".
Erweiterungsscreenshots
WoW Activity Lookup-Erweiterungs-CRX-Datei herunterladen
Laden Sie WoW Activity Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | njapjedhnpfpbfdeaaigolgoeeichfaj |
Offizielle URL | https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj |
Beschreibung | This extension will open the corresponding WoW Activity page for a WoW Armory page. |
Dateigröße | 12.4 KB |
Installationsanzahl | 13 |
Aktuelle Version | 3.0 |
Letztes Update | 2016-04-17 |
Veröffentlichungsdatum | 2016-04-17 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://wowactivity.kimptoc.net |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/kimptoc/WoWActivityChromeExt- |
Hilfeseite URL | https://github.com/kimptoc/WoWActivityChromeExt- |
Unterstützte Sprachen | 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" ] } |