FACEIT Mappio

See the opponent's map drop probability and everyone's map-related statistics in the matchroom to make educated veto decisions.

FACEIT Mappio क्या है?

FACEIT Mappio dev.dankotov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the opponent's map drop probability and everyone's map-related statistics in the matchroom to make educated veto decisions."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Outsmart your opponents and climb the ranks on the FACEIT CS2 platform with FACEIT Mappio.

FACEIT Mappio gives you a competitive edge by:
- displaying the map veto tendencies of the opposing team's captain
- providing map-related statistics for each player, including the number of matches played on each map and average K/D ratio
- providing average map-related statistics for each team, including the number of matches played on each map and average K/D ratio
- color-coding statistics for easy analysis

One of the key benefits of FACEIT Mappio is its ability to display the veto tendencies of the opposing team's captain directly in the matchroom, so you can easily understand their map preferences. If you do not want to play a specific map, but you can see that the opposing captain drops it often, you can let them drop that map and use your veto pick for another map you do not want to play. This feature gives you all you need to pick the perfect map to dominate each match.

In addition, FACEIT Mappio displays each player's individual and each team's average map-related statistics, including the number of matches they have played on each map and their average K/D ratio on those maps. The extension color-codes the statistics to let you analyze the visible data easily. With this crucial information, you can pinpoint your opponents' weak spots and tailor your veto strategy even further.

With its effortless functionality and seamless integration, FACEIT Mappio is a must-have addition to any serious FACEIT CS2 player's toolkit. Download it today and start dominating your opponents on the FACEIT platform!

FACEIT Mappio is an independent product developed by a third-party developer and is not affiliated with, sponsored by, or endorsed by FACEIT or any of its subsidiaries or affiliates. We are not associated with FACEIT in any way, and our product is designed solely to enhance your experience on the FACEIT platform.                    

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

नाम FACEIT Mappio FACEIT Mappio
ID kaeamgghipbhkjgibgglnmmnobdakapa
आधिकारिक URL https://chromewebstore.google.com/detail/faceit-mappio/kaeamgghipbhkjgibgglnmmnobdakapa
विवरण See the opponent's map drop probability and everyone's map-related statistics in the matchroom to make educated veto decisions.
फ़ाइल का आकार 156 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2024-03-02
प्रकाशन तिथि 2023-02-16
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर dev.dankotov
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.reddit.com/r/FACEITmappio/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FACEIT Mappio",
    "description": "See the opponent's map drop probability and everyone's map-related statistics in the matchroom to make educated veto decisions.",
    "version": "1.5.1",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.faceit.com\/*",
        "https:\/\/www.faceit.com\/*",
        "https:\/\/beta.faceit.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.faceit.com\/*",
                "https:\/\/beta.faceit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 3
}