FIGHTBACK.club

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

Wat is FIGHTBACK.club?

FIGHTBACK.club is een Chrome-extensie ontwikkeld door https://fightback.club, en de belangrijkste functie is "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FIGHTBACK.club

Download FIGHTBACK.club-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

                        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"                    

Basisinformatie over de Extensie

Naam FIGHTBACK.club FIGHTBACK.club
ID flaapcahnfhblpeecnkagoefeeapaigf
Officiële URL https://chromewebstore.google.com/detail/fightbackclub/flaapcahnfhblpeecnkagoefeeapaigf
Beschrijving FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal
Bestandsgrootte 287 KB
Aantal Installaties 60
Huidige Versie 1.0.5
Laatst Bijgewerkt 2019-08-25
Publicatiedatum 2019-08-24
Ontwikkelaar https://fightback.club
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fightback.club
Help Pagina-URL https://fightback.club/integracoes/chrome
URL van de Privacybeleid Pagina https://fightback.club/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}