WoW Activity Lookup
This extension will open the corresponding WoW Activity page for a WoW Armory page.
Cos'è WoW Activity Lookup?
WoW Activity Lookup è un'estensione di Chrome sviluppata da http://wowactivity.kimptoc.net, e la sua funzione principale è "This extension will open the corresponding WoW Activity page for a WoW Armory page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WoW Activity Lookup
Scarica i file di estensione WoW Activity Lookup in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | njapjedhnpfpbfdeaaigolgoeeichfaj |
URL Ufficiale | https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj |
Descrizione | This extension will open the corresponding WoW Activity page for a WoW Armory page. |
Dimensione del File | 12.4 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2016-04-17 |
Data di Pubblicazione | 2016-04-17 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://wowactivity.kimptoc.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kimptoc/WoWActivityChromeExt- |
URL della Pagina di Aiuto | https://github.com/kimptoc/WoWActivityChromeExt- |
Lingue Supportate | 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" ] } |