IDENTY.LV extension
Allows you to view player stats from identy.lv servers
Qu'est-ce que IDENTY.LV extension ?
IDENTY.LV extension est une extension Chrome développée par https://identy.lv, et sa fonction principale est "Allows you to view player stats from identy.lv servers".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IDENTY.LV extension
Téléchargez les fichiers d'extension IDENTY.LV extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows you to view player stats from IDENTY.LV CS:GO servers, such as online time, is player banned, is player now online, etc.
Informations de Base sur l'Extension
Nom | IDENTY.LV extension |
ID | dfbdnllehoeodclagodkjgoonheohpjc |
URL Officiel | https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc |
Description | Allows you to view player stats from identy.lv servers |
Taille du Fichier | 56.3 KB |
Nombre d'Installations | 28 |
Version Actuelle | 1.60 |
Dernière Mise à Jour | 2022-01-27 |
Date de Publication | 2019-01-01 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | https://identy.lv |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |