Gwent Profile Helper
Show opponent's stats in Match History
什么是Gwent Profile Helper?
Gwent Profile Helper是由https://efprojects.com开发的Chrome扩展程序,该扩展的主要功能是“Show opponent's stats in Match History”。
扩展截图
下载Gwent Profile Helper扩展crx文件
下载Gwent Profile Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com
扩展基本信息
名称 | Gwent Profile Helper |
ID | ilhfdjfebpijglinemdefamhfcdddmbf |
官方URL | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf |
简介 | Show opponent's stats in Match History |
文件大小 | 42.38 KB |
安装次数 | 169 |
当前版本 | 1.1 |
更新时间 | 2022-02-09 |
上架时间 | 2022-02-06 |
评分 | 5.00/5 共5次评分 |
开发者 | https://efprojects.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Egor3f/gwent-profile-helper |
帮助页面URL | https://github.com/Egor3f/gwent-profile-helper |
隐私政策页面URL | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gwent Profile Helper", "version": "1.1", "manifest_version": 3, "description": "Show opponent's stats in Match History", "homepage_url": "https:\/\/github.com\/Egor3f\/gwent-profile-helper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.playgwent.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/www.playgwent.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |