GamersClub Challenger

Improvements for the Gamersclub platform.

Wat is GamersClub Challenger?

GamersClub Challenger is een Chrome-extensie ontwikkeld door carloshpds, en de belangrijkste functie is "Improvements for the Gamersclub platform.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GamersClub Challenger

Download GamersClub Challenger-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

                        -- 🔥 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                    

Basisinformatie over de Extensie

Naam GamersClub Challenger GamersClub Challenger
ID lokjofhgialghfkfmkbnjakcjenjhmpp
Officiële URL https://chromewebstore.google.com/detail/gamersclub-challenger/lokjofhgialghfkfmkbnjakcjenjhmpp
Beschrijving Improvements for the Gamersclub platform.
Bestandsgrootte 5.96 MB
Aantal Installaties 2,646
Huidige Versie 2.5.3
Laatst Bijgewerkt 2024-01-04
Publicatiedatum 2021-05-26
Beoordeling 4.70/5 Totaal 10 Beoordelingen
Ontwikkelaar carloshpds
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gc-challenger.web.app/landing
Help Pagina-URL https://discord.gg/4tfBQqBkSM
URL van de Privacybeleid Pagina https://gc-challenger.web.app/privacy
Ondersteunde Talen 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\/*"
    ]
}