FIGHTBACK.club

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

FIGHTBACK.club란 무엇입니까?

FIGHTBACK.club은(는) https://fightback.club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FIGHTBACK.club 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"                    

확장 프로그램 기본 정보

이름 FIGHTBACK.club FIGHTBACK.club
ID flaapcahnfhblpeecnkagoefeeapaigf
공식 URL https://chromewebstore.google.com/detail/fightbackclub/flaapcahnfhblpeecnkagoefeeapaigf
설명 FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal
파일 크기 287 KB
설치 횟수 60
현재 버전 1.0.5
최근 업데이트 2019-08-25
출시 날짜 2019-08-24
개발자 https://fightback.club
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fightback.club
도움말 페이지 URL https://fightback.club/integracoes/chrome
개인정보 보호 정책 페이지 URL https://fightback.club/privacy-policy
지원되는 언어 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"
            ]
        }
    ]
}