Csgo & Cs2 Stats

Displays peoples faceit and matchmaking stats on their steam profile.

Csgo & Cs2 Stats क्या है?

Csgo & Cs2 Stats rrreg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays peoples faceit and matchmaking stats on their steam profile."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Csgo & Cs2 Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Displays peoples faceit and matchmaking stats on their steam profile.                    

एक्सटेंशन की मूल जानकारी

नाम Csgo & Cs2 Stats Csgo & Cs2 Stats
ID cjkfchbniaegciddeagjnaldgpgcdioa
आधिकारिक URL https://chromewebstore.google.com/detail/csgo-cs2-stats/cjkfchbniaegciddeagjnaldgpgcdioa
विवरण Displays peoples faceit and matchmaking stats on their steam profile.
फ़ाइल का आकार 518 KB
स्थापना संख्या 41
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-09-26
प्रकाशन तिथि 2023-06-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर rrreg
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Faceit Stats"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/allcomments*",
                "*:\/\/*.steamcommunity.com\/profiles\/*\/allcomments*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*",
                "*:\/\/*.steamcommunity.com\/profiles\/*"
            ]
        }
    ],
    "description": "Displays peoples faceit and matchmaking stats on their steam profile.",
    "homepage_url": "https:\/\/steamcommunity.com\/profiles\/76561199437086996",
    "host_permissions": [
        "https:\/\/api.faceit.com\/*"
    ],
    "manifest_version": 3,
    "name": "Csgo & Cs2 Stats",
    "version": "2.0",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/1.png",
                "img\/2.png",
                "img\/3.png",
                "img\/4.png",
                "img\/5.png",
                "img\/6.png",
                "img\/7.png",
                "img\/8.png",
                "img\/9.png",
                "img\/10.png"
            ]
        }
    ]
}