FIGHTBACK.club

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

FIGHTBACK.club là gì?

FIGHTBACK.club là một tiện ích mở rộng Chrome được phát triển bởi https://fightback.club, và tính năng chính của nó là "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FIGHTBACK.club

Tải xuống các tệp mở rộng FIGHTBACK.club dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FIGHTBACK.club FIGHTBACK.club
ID flaapcahnfhblpeecnkagoefeeapaigf
URL Chính Thức https://chromewebstore.google.com/detail/fightbackclub/flaapcahnfhblpeecnkagoefeeapaigf
Mô tả FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal
Kích Thước Tệp 287 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2019-08-25
Ngày Phát Hành 2019-08-24
Nhà Phát Triển https://fightback.club
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fightback.club
URL Trang Trợ Giúp https://fightback.club/integracoes/chrome
URL Trang Chính Sách Bảo Mật https://fightback.club/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}