IDENTY.LV extension
Allows you to view player stats from identy.lv servers
什么是IDENTY.LV extension?
IDENTY.LV extension是由https://identy.lv开发的Chrome扩展程序,该扩展的主要功能是“Allows you to view player stats from identy.lv servers”。
扩展截图
下载IDENTY.LV extension扩展crx文件
下载IDENTY.LV extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to view player stats from IDENTY.LV CS:GO servers, such as online time, is player banned, is player now online, etc.
扩展基本信息
名称 | IDENTY.LV extension |
ID | dfbdnllehoeodclagodkjgoonheohpjc |
官方URL | https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc |
简介 | Allows you to view player stats from identy.lv servers |
文件大小 | 56.3 KB |
安装次数 | 28 |
当前版本 | 1.60 |
更新时间 | 2022-01-27 |
上架时间 | 2019-01-01 |
评分 | 3.50/5 共4次评分 |
开发者 | https://identy.lv |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IDENTY.LV extension", "icons": { "16": "img\/logo.png", "48": "img\/logo.png", "128": "img\/logo.png" }, "version": "1.60", "manifest_version": 2, "description": "Allows you to view player stats from identy.lv servers", "browser_action": { "default_icon": "img\/logo.png", "default_title": "IDENTY.LV extension" }, "permissions": [ "clipboardWrite" ], "content_scripts": [ { "matches": [ "*:\/\/*.steamcommunity.com\/id\/*", "*:\/\/*.steamcommunity.com\/profiles\/*" ], "css": [ "style.css" ], "js": [ "libs\/jquery-1.7.1.min.js", "scripts\/main.js" ] } ] } |