Overwatch Stalker
Context menu option to find players battletag.
Overwatch Stalkerとは何ですか?
Overwatch StalkerはAlex Reyesによって開発されたChromeの拡張機能で、その主な機能は「Context menu option to find players battletag.」です。
拡張機能のスクリーンショット
Overwatch Stalker拡張機能のCRXファイルをダウンロード
Overwatch Stalker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Esta extensión agrega al menú contextual de Chrome la opción de buscar el Battletag seleccionado en Overbuff o PlayOverwatch
拡張機能の基本情報
名前 | Overwatch Stalker |
ID | cijfocjhgemcbffbnnghgmgnpaeekfkg |
公式URL | https://chromewebstore.google.com/detail/overwatch-stalker/cijfocjhgemcbffbnnghgmgnpaeekfkg |
説明 | Context menu option to find players battletag. |
ファイルサイズ | 14.07 KB |
インストール数 | 46 |
現在のバージョン | 0.0.1 |
最終更新日 | 2018-04-23 |
公開日 | 2018-04-23 |
開発者 | Alex Reyes |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |