Overwatch Stalker
Context menu option to find players battletag.
Cos'è Overwatch Stalker?
Overwatch Stalker è un'estensione di Chrome sviluppata da Alex Reyes, e la sua funzione principale è "Context menu option to find players battletag.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Overwatch Stalker
Scarica i file di estensione Overwatch Stalker 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
Esta extensión agrega al menú contextual de Chrome la opción de buscar el Battletag seleccionado en Overbuff o PlayOverwatch
Informazioni di Base sull'Estensione
Nome | Overwatch Stalker |
ID | cijfocjhgemcbffbnnghgmgnpaeekfkg |
URL Ufficiale | https://chromewebstore.google.com/detail/overwatch-stalker/cijfocjhgemcbffbnnghgmgnpaeekfkg |
Descrizione | Context menu option to find players battletag. |
Dimensione del File | 14.07 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2018-04-23 |
Data di Pubblicazione | 2018-04-23 |
Sviluppatore | Alex Reyes |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overwatch Stalker", "description": "Context menu option to find players battletag.", "version": "0.0.1", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus" ] } |