IDENTY.LV extension

Allows you to view player stats from identy.lv servers

ما هو IDENTY.LV extension؟

IDENTY.LV extension هو إضافة Chrome تم تطويرها بواسطة https://identy.lv، والميزة الرئيسية لها هي "Allows you to view player stats from identy.lv servers".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IDENTY.LV extension

قم بتنزيل ملفات الامتداد IDENTY.LV extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم IDENTY.LV extension IDENTY.LV extension
ID dfbdnllehoeodclagodkjgoonheohpjc
عنوان URL الرسمي https://chromewebstore.google.com/detail/identylv-extension/dfbdnllehoeodclagodkjgoonheohpjc
الوصف Allows you to view player stats from identy.lv servers
حجم الملف 56.3 KB
عدد التثبيتات 28
النسخة الحالية 1.60
آخر تحديث 2022-01-27
تاريخ النشر 2019-01-01
تقييم 3.50/5 مجموع تقييمات 4
المطور https://identy.lv
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}