IDENTY.LV extension
Allows you to view player stats from identy.lv servers
Apa itu IDENTY.LV extension?
IDENTY.LV extension adalah ekstensi Chrome yang dikembangkan oleh https://identy.lv, dan fitur utamanya adalah "Allows you to view player stats from identy.lv servers".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IDENTY.LV extension
Unduh file ekstensi IDENTY.LV extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Allows you to view player stats from IDENTY.LV CS:GO servers, such as online time, is player banned, is player now online, etc.
Informasi Dasar Ekstensi
Nama | IDENTY.LV extension |
ID | dfbdnllehoeodclagodkjgoonheohpjc |
URL Resmi | https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc |
Deskripsi | Allows you to view player stats from identy.lv servers |
Ukuran File | 56.3 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.60 |
Terakhir Diperbarui | 2022-01-27 |
Tanggal Publikasi | 2019-01-01 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | https://identy.lv |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |