IDENTY.LV extension

Allows you to view player stats from identy.lv servers

What is IDENTY.LV extension?

IDENTY.LV extension is a Chrome extension developed by https://identy.lv, and its main feature is "Allows you to view player stats from identy.lv servers".

Extension Screenshots

screenshot

Download IDENTY.LV extension Extension CRX File

Download IDENTY.LV extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allows you to view player stats from IDENTY.LV CS:GO servers, such as online time, is player banned, is player now online, etc.                    

Extension Basic Information

Name IDENTY.LV extension IDENTY.LV extension
ID dfbdnllehoeodclagodkjgoonheohpjc
Official URL https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc
Description Allows you to view player stats from identy.lv servers
File Size 56.3 KB
Installation Count 28
Current Version 1.60
Last Updated 2022-01-27
Publish Date 2019-01-01
Rating 3.50/5 Total 4 Ratings
Developer https://identy.lv
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}