Faceit Elo Calculator

Show Elo Gain/Loss for Faceit Matches

Wat is Faceit Elo Calculator?

Faceit Elo Calculator is een Chrome-extensie ontwikkeld door Dandrews, en de belangrijkste functie is "Show Elo Gain/Loss for Faceit Matches".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Faceit Elo Calculator

Download Faceit Elo Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This adds additional information about the elo gained or lost to the Faceit CS2 match making system. When a is voting or in progress this will display an estimated amount of elo gained or lost for both teams. 
Which ever team wins gains the amount of elo showed above their team as elo gained. And the losing team loses the amount shown as loss for that team.                    

Basisinformatie over de Extensie

Naam Faceit Elo Calculator Faceit Elo Calculator
ID nlecamndipbaenpocnhcbemdnmmdaimc
Officiële URL https://chromewebstore.google.com/detail/faceit-elo-calculator/nlecamndipbaenpocnhcbemdnmmdaimc
Beschrijving Show Elo Gain/Loss for Faceit Matches
Bestandsgrootte 222 KB
Aantal Installaties 11,927
Huidige Versie 0.3.1
Laatst Bijgewerkt 2024-01-17
Publicatiedatum 2022-04-27
Beoordeling 3.70/5 Totaal 10 Beoordelingen
Ontwikkelaar Dandrews
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/DandrewsDev/faceit-elo-calc
Help Pagina-URL https://discord.gg/ssfH5yCeeR
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Faceit Elo Calculator",
    "version": "0.3.1",
    "description": "Show Elo Gain\/Loss for Faceit Matches",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.faceit.com\/en\/csgo\/room\/*",
        "https:\/\/*.faceit.com\/en\/cs2\/room\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.faceit.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css"
            ],
            "matches": [
                "https:\/\/*.faceit.com\/*"
            ]
        }
    ]
}