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