IDENTY.LV extension
Allows you to view player stats from identy.lv servers
Cos'è IDENTY.LV extension?
IDENTY.LV extension è un'estensione di Chrome sviluppata da https://identy.lv, e la sua funzione principale è "Allows you to view player stats from identy.lv servers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IDENTY.LV extension
Scarica i file di estensione IDENTY.LV extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows you to view player stats from IDENTY.LV CS:GO servers, such as online time, is player banned, is player now online, etc.
Informazioni di Base sull'Estensione
Nome | IDENTY.LV extension |
ID | dfbdnllehoeodclagodkjgoonheohpjc |
URL Ufficiale | https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc |
Descrizione | Allows you to view player stats from identy.lv servers |
Dimensione del File | 56.3 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.60 |
Ultimo Aggiornamento | 2022-01-27 |
Data di Pubblicazione | 2019-01-01 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | https://identy.lv |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |