GamersClub Challenger

Improvements for the Gamersclub platform.

Τι είναι το GamersClub Challenger;

Το GamersClub Challenger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον carloshpds, και η κύρια λειτουργία του είναι "Improvements for the Gamersclub platform.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GamersClub Challenger

Λήψη αρχείων επέκτασης GamersClub Challenger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα GamersClub Challenger GamersClub Challenger
ID lokjofhgialghfkfmkbnjakcjenjhmpp
Επίσημο URL https://chromewebstore.google.com/detail/gamersclub-challenger/lokjofhgialghfkfmkbnjakcjenjhmpp
Περιγραφή Improvements for the Gamersclub platform.
Μέγεθος Αρχείου 5.96 MB
Αριθμός Εγκαταστάσεων 2,646
Τρέχουσα Έκδοση 2.5.3
Τελευταία Ενημέρωση 2024-01-04
Ημερομηνία Δημοσίευσης 2021-05-26
Αξιολόγηση 4.70/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής carloshpds
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gc-challenger.web.app/landing
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/4tfBQqBkSM
URL της Σελίδας Πολιτικής Απορρήτου https://gc-challenger.web.app/privacy
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}