IDENTY.LV extension
Allows you to view player stats from identy.lv servers
Wat is IDENTY.LV extension?
IDENTY.LV extension is een Chrome-extensie ontwikkeld door https://identy.lv, en de belangrijkste functie is "Allows you to view player stats from identy.lv servers".
Extensie Screenshots
Download het CRX-bestand van de extensie IDENTY.LV extension
Download IDENTY.LV extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to view player stats from IDENTY.LV CS:GO servers, such as online time, is player banned, is player now online, etc.
Basisinformatie over de Extensie
Naam | IDENTY.LV extension |
ID | dfbdnllehoeodclagodkjgoonheohpjc |
Officiële URL | https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc |
Beschrijving | Allows you to view player stats from identy.lv servers |
Bestandsgrootte | 56.3 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.60 |
Laatst Bijgewerkt | 2022-01-27 |
Publicatiedatum | 2019-01-01 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://identy.lv |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |