Overwatch Stalker
Context menu option to find players battletag.
What is Overwatch Stalker?
Overwatch Stalker is a Chrome extension developed by Alex Reyes, and its main feature is "Context menu option to find players battletag.".
Extension Screenshots
Download Overwatch Stalker Extension CRX File
Download Overwatch Stalker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Esta extensión agrega al menú contextual de Chrome la opción de buscar el Battletag seleccionado en Overbuff o PlayOverwatch
Extension Basic Information
Name | Overwatch Stalker |
ID | cijfocjhgemcbffbnnghgmgnpaeekfkg |
Official URL | https://chromewebstore.google.com/detail/overwatch-stalker/cijfocjhgemcbffbnnghgmgnpaeekfkg |
Description | Context menu option to find players battletag. |
File Size | 14.07 KB |
Installation Count | 46 |
Current Version | 0.0.1 |
Last Updated | 2018-04-23 |
Publish Date | 2018-04-23 |
Developer | Alex Reyes |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |