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 |
官方網址 | 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" ] } ] } |