WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
Hvad er WoW Activity Lookup?
WoW Activity Lookup er en Chrome-udvidelse udviklet af http://wowactivity.kimptoc.net, og dens hovedfunktion er "This extension will open the corresponding WoW Activity page for a WoW Armory page.".
Udvidelsesskærmbilleder
Download WoW Activity Lookup-udvidelses-CRX-fil
Download WoW Activity Lookup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | njapjedhnpfpbfdeaaigolgoeeichfaj |
Officiel URL | https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj |
Beskrivelse | This extension will open the corresponding WoW Activity page for a WoW Armory page. |
Filstørrelse | 12.4 KB |
Antal Installationer | 13 |
Nuværende Version | 3.0 |
Senest Opdateret | 2016-04-17 |
Udgivelsesdato | 2016-04-17 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | http://wowactivity.kimptoc.net |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/kimptoc/WoWActivityChromeExt- |
Hjælpeside-URL | https://github.com/kimptoc/WoWActivityChromeExt- |
Understøttede Sprog | 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" ] } |