FIGHTBACK.club
FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal
Was ist FIGHTBACK.club?
FIGHTBACK.club ist eine Chrome-Erweiterung, die von https://fightback.club entwickelt wurde, und ihr Hauptmerkmal ist "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal".
Erweiterungsscreenshots
FIGHTBACK.club-Erweiterungs-CRX-Datei herunterladen
Laden Sie FIGHTBACK.club-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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" Grundlegende Informationen zur Erweiterung
| Name | |
| ID | flaapcahnfhblpeecnkagoefeeapaigf |
| Offizielle URL | https://chromewebstore.google.com/detail/fightbackclub/flaapcahnfhblpeecnkagoefeeapaigf |
| Beschreibung | FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal |
| Dateigröße | 287 KB |
| Installationsanzahl | 60 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2019-08-25 |
| Veröffentlichungsdatum | 2019-08-24 |
| Entwickler | https://fightback.club |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://fightback.club |
| Hilfeseite URL | https://fightback.club/integracoes/chrome |
| URL der Datenschutzrichtlinien-Seite | https://fightback.club/privacy-policy |
| Unterstützte Sprachen | 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"
]
}
]
} | |