GamersClub Challenger

Improvements for the Gamersclub platform.

Qu'est-ce que GamersClub Challenger ?

GamersClub Challenger est une extension Chrome développée par carloshpds, et sa fonction principale est "Improvements for the Gamersclub platform.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GamersClub Challenger

Téléchargez les fichiers d'extension GamersClub Challenger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        -- 🔥 Features available --
✨[New] Point balance of the day
✨[New] Challenge groupers
✨[New] Defeat or win signal in match history

* KDR
   + View your KDR and stats without having to log in to Profile
   + View the KDR of players from all lobbies
   + See the KDR and statistics of the players in the vetoes of the maps
   + Filter lobbies by players' KDR
   + View the KDR of players in your lobby
     + Choose the size and KDR placement of players in your lobby
   + See KDR and player stats in Ranked Selection
* Configuration window
   + Themes for configuration window and components (Dark and Light)
   + Challenger VIP selection starts
   + Access to GamersClub Challenger social media and stats
   + GamersClub Challenger Team Hall
* Tags
   + Filter lobbies by player tag (smurf, cheater, toxic and etc...)
   + Tag players after match
   + Track who you've tagged
* Automatically challenge lobbies based on filters
* Automatically claim your daily rewards
* ✨[New] Automatically claim your coins from coins-machine
* Save your settings with file backup and retrieve them anytime
* Themes for pieces of pages or full pages of GC
   + Dark Theme (Dark)
   + ✨[New] Light Theme (Light)
* Fix the lobbies so you don't lose sight of them
* Track your performance with the progress bar
   + Align your progress bar wherever you want (left, right or centered)
* Never miss a match again with automatic Ready
   + Custom sound in auto ready
* GC Cards with player summary
   + Quickly access the player's social networks
   + View player-related punishments
   + View individual stats (KDR, ADR, HS%, Clutches, First Kills and Multi Kills)
   + View win/loss statistics by map for the last 20 matches
   + Tag players to remember them in the future
   + ✨[New] Check the player's account time and win percentage                    

Informations de Base sur l'Extension

Nom GamersClub Challenger GamersClub Challenger
ID lokjofhgialghfkfmkbnjakcjenjhmpp
URL Officiel https://chromewebstore.google.com/detail/gamersclub-challenger/lokjofhgialghfkfmkbnjakcjenjhmpp
Description Improvements for the Gamersclub platform.
Taille du Fichier 5.96 MB
Nombre d'Installations 2,646
Version Actuelle 2.5.3
Dernière Mise à Jour 2024-01-04
Date de Publication 2021-05-26
Évaluation 4.70/5 Total 10 Évaluations
Développeur carloshpds
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gc-challenger.web.app/landing
URL de la Page d'Aide https://discord.gg/4tfBQqBkSM
URL de la Page de Politique de Confidentialité https://gc-challenger.web.app/privacy
Langues Prises en Charge en,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "90",
    "name": "GamersClub Challenger",
    "version": "2.5.3",
    "description": "__MSG_appDescription__",
    "author": "Carlos Henrique (C8) ",
    "content_security_policy": {
        "extension_pages": "script-src-elem 'self'; script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "pt_BR",
    "icons": {
        "16": "assets\/GCCLogo\/logo_16.png",
        "48": "assets\/GCCLogo\/logo_48.png",
        "128": "assets\/GCCLogo\/logo_128.png"
    },
    "action": {
        "default_title": "Gamersclub Challenger",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false,
        "browser_style": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/gamersclub.com.br\/*",
                "*:\/\/csgo.gamersclub.gg\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/globalContentScripts.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/chunk-common.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/gamersclub.com.br\/lobby*",
                "*:\/\/csgo.gamersclub.gg\/lobby*"
            ],
            "exclude_matches": [
                "*:\/\/gamersclub.com.br\/lobby\/match*",
                "*:\/\/csgo.gamersclub.gg\/lobby\/match*",
                "*:\/\/gamersclub.com.br\/lobby\/partida*",
                "*:\/\/csgo.gamersclub.gg\/lobby\/partida*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/lobbyContentScripts.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/chunk-common.css",
                "css\/lobbyContentScripts.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/gamersclub.com.br\/ranked*",
                "*:\/\/csgo.gamersclub.gg\/ranked*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/rankedContentScripts.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/chunk-common.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/gamersclub.com.br\/lobby\/match*",
                "*:\/\/csgo.gamersclub.gg\/lobby\/match*",
                "*:\/\/gamersclub.com.br\/lobby\/partida*",
                "*:\/\/csgo.gamersclub.gg\/lobby\/partida*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/matchContentScripts.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/chunk-common.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/gamersclub.com.br\/player*",
                "*:\/\/gamersclub.com.br\/jogador*",
                "*:\/\/csgo.gamersclub.gg\/player*",
                "*:\/\/csgo.gamersclub.gg\/jogador*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/playerContentScripts.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/chunk-common.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/gamersclub.com.br\/match",
                "*:\/\/csgo.gamersclub.gg\/match"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/liveMatchContentScripts.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/chunk-common.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/gamersclub.com.br\/team*",
                "*:\/\/csgo.gamersclub.gg\/team*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/teamContentScripts.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/chunk-common.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/gamersclub.com.br\/my-matches*",
                "*:\/\/csgo.gamersclub.gg\/my-matches*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/chunk-common.js",
                "js\/myMatchesContentScripts.js"
            ],
            "css": [
                "css\/chunk-vendors.css",
                "css\/chunk-common.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "fonts\/*",
                "content-scripts\/*"
            ],
            "matches": [
                "*:\/\/gamersclub.com.br\/*",
                "*:\/\/csgo.gamersclub.gg\/*"
            ],
            "extensions": [
                "__MSG_@@extension_id__"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/gamersclub.com.br\/*",
        "*:\/\/csgo.gamersclub.gg\/*",
        "https:\/\/www.google-analytics.com\/*"
    ]
}