IDENTY.LV extension
Allows you to view player stats from identy.lv servers
IDENTY.LV extension là gì?
IDENTY.LV extension là một tiện ích mở rộng Chrome được phát triển bởi https://identy.lv, và tính năng chính của nó là "Allows you to view player stats from identy.lv servers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IDENTY.LV extension
Tải xuống các tệp mở rộng IDENTY.LV extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Allows you to view player stats from IDENTY.LV CS:GO servers, such as online time, is player banned, is player now online, etc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IDENTY.LV extension |
ID | dfbdnllehoeodclagodkjgoonheohpjc |
URL Chính Thức | https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc |
Mô tả | Allows you to view player stats from identy.lv servers |
Kích Thước Tệp | 56.3 KB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.60 |
Cập Nhật Lần Cuối | 2022-01-27 |
Ngày Phát Hành | 2019-01-01 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://identy.lv |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |