IDENTY.LV extension

Allows you to view player stats from identy.lv servers

Vad är IDENTY.LV extension?

IDENTY.LV extension är en Chrome-tillägg utvecklad av https://identy.lv, och dess huvudfunktion är "Allows you to view player stats from identy.lv servers".

Tilläggsskärmbilder

screenshot

Ladda ner IDENTY.LV extension-förlängningens CRX-fil

Ladda ner IDENTY.LV extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn IDENTY.LV extension IDENTY.LV extension
ID dfbdnllehoeodclagodkjgoonheohpjc
Officiell webbadress https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc
Beskrivning Allows you to view player stats from identy.lv servers
Filstorlek 56.3 KB
Antal Installationer 28
Aktuell Version 1.60
Senast Uppdaterad 2022-01-27
Publiceringsdatum 2019-01-01
Betyg 3.50/5 Totalt 4 Betyg
Utvecklare https://identy.lv
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}