FIGHTBACK.club

FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal

What is FIGHTBACK.club?

FIGHTBACK.club is a Chrome extension developed by https://fightback.club, and its main feature is "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal".

Extension Screenshots

screenshot
screenshot
screenshot

Download FIGHTBACK.club Extension CRX File

Download FIGHTBACK.club extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Integração com a HLTV.org, GamersClub e Esportal.

Agora ficou mais fácil de assistir as partidas de CS:GO direto no navegador.

Adicionamos nestes sites um botão para "Assistir no FIGHTBACK"                    

Extension Basic Information

Name FIGHTBACK.club FIGHTBACK.club
ID flaapcahnfhblpeecnkagoefeeapaigf
Official URL https://chromewebstore.google.com/detail/fightbackclub/flaapcahnfhblpeecnkagoefeeapaigf
Description FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal
File Size 287 KB
Installation Count 60
Current Version 1.0.5
Last Updated 2019-08-25
Publish Date 2019-08-24
Developer https://fightback.club
Email [email protected]
Payment Type free
Extension Website https://fightback.club
Help Page URL https://fightback.club/integracoes/chrome
Privacy Policy Page URL https://fightback.club/privacy-policy
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIGHTBACK.club",
    "description": "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "FIGHTBACK.club",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gamersclub.com.br\/lobby\/partida\/*"
            ],
            "js": [
                "gc-background.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.gamersclub.com.br\/campeonatos\/csgo\/*"
            ],
            "js": [
                "gc-tournaments-background.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.hltv.org\/matches\/*"
            ],
            "js": [
                "hltv-background.js"
            ]
        },
        {
            "matches": [
                "*:\/\/beta.esportal.com.br\/match\/*",
                "*:\/\/beta.esportal.com.br\/tournament\/*\/match\/*"
            ],
            "js": [
                "esportal-background.js"
            ]
        }
    ]
}