WebExtension.net
WebExtension.net

GamersClub Booster

View on Chrome Web Store
View GamersClub Booster Chrome Extension on Chrome Web Store
4.9 (74 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extensão para o Google Chrome que adiciona algumas melhorias na plataforma da GamersClub.
Type
Extension
Users
70,000 users
Henrique S
View author page of Henrique S
Published
Published on August 19, 2020
Version 2.63.1
Manifest version
3
Updated
Updated on November 13, 2024
View on Chrome Web Store
View GamersClub Booster Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GamersClub Booster",
    "description": "Extens\u00e3o para o Google Chrome que adiciona algumas melhorias na plataforma da GamersClub.",
    "version": "2.63.1",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "host_permissions": [
        "https:\/\/*gamersclub.com.br\/",
        "https:\/\/cs.gamersclub.gg\/",
        "https:\/\/discord.com\/api\/webhooks\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gamersclub.com.br\/*",
                "*:\/\/cs.gamersclub.gg\/*"
            ],
            "js": [
                "content-scripts\/main.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.gamersclub.com.br\/minhas-partidas*",
                "*:\/\/cs.gamersclub.gg\/minhas-partidas*",
                "*:\/\/*.gamersclub.com.br\/my-matches*",
                "*:\/\/cs.gamersclub.gg\/my-matches*"
            ],
            "js": [
                "content-scripts\/my-matches.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.gamersclub.com.br\/team\/matches\/*",
                "*:\/\/cs.gamersclub.gg\/team\/matches\/*"
            ],
            "js": [
                "content-scripts\/team.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.gamersclub.com.br\/lobby*",
                "*:\/\/cs.gamersclub.gg\/lobby*",
                "*:\/\/*.gamersclub.com.br\/ranked*",
                "*:\/\/cs.gamersclub.gg\/ranked*",
                "*:\/\/*.gamersclub.com.br\/match*",
                "*:\/\/cs.gamersclub.gg\/match*",
                "*:\/\/*.gamersclub.com.br\/hub*",
                "*:\/\/cs.gamersclub.gg\/hub*"
            ],
            "js": [
                "content-scripts\/lobby.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.gamersclub.com.br\/jogador*",
                "*:\/\/cs.gamersclub.gg\/jogador*",
                "*:\/\/*.gamersclub.com.br\/player*",
                "*:\/\/cs.gamersclub.gg\/player*"
            ],
            "js": [
                "content-scripts\/profile.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.gamersclub.com.br\/missoes*",
                "*:\/\/cs.gamersclub.gg\/missoes*"
            ],
            "js": [
                "content-scripts\/missions.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/discord.svg",
                "events-listener.js",
                "jquery-3.7.1.min.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_ui": {
        "page": "index.html"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval';object-src 'self';"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{68a6744b-6d1e-4c85-83ad-637c9dc135b5}"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top