FIGHTBACK.club
FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal
Hvad er FIGHTBACK.club?
FIGHTBACK.club er en Chrome-udvidelse udviklet af https://fightback.club, og dens hovedfunktion er "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal".
Udvidelsesskærmbilleder
Download FIGHTBACK.club-udvidelses-CRX-fil
Download FIGHTBACK.club-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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" Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | flaapcahnfhblpeecnkagoefeeapaigf |
| Officiel URL | https://chromewebstore.google.com/detail/fightbackclub/flaapcahnfhblpeecnkagoefeeapaigf |
| Beskrivelse | FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal |
| Filstørrelse | 287 KB |
| Antal Installationer | 60 |
| Nuværende Version | 1.0.5 |
| Senest Opdateret | 2019-08-25 |
| Udgivelsesdato | 2019-08-24 |
| Udvikler | https://fightback.club |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://fightback.club |
| Hjælpeside-URL | https://fightback.club/integracoes/chrome |
| URL til Fortrolighedspolitik Side | https://fightback.club/privacy-policy |
| Understøttede Sprog | 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"
]
}
]
} | |