FIGHTBACK.club
FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal
Vad är FIGHTBACK.club?
FIGHTBACK.club är en Chrome-tillägg utvecklad av https://fightback.club, och dess huvudfunktion är "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal".
Tilläggsskärmbilder
Ladda ner FIGHTBACK.club-förlängningens CRX-fil
Ladda ner FIGHTBACK.club-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | FIGHTBACK.club |
ID | flaapcahnfhblpeecnkagoefeeapaigf |
Officiell webbadress | https://chromewebstore.google.com/detail/fightbackclub/flaapcahnfhblpeecnkagoefeeapaigf |
Beskrivning | FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal |
Filstorlek | 287 KB |
Antal Installationer | 60 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2019-08-25 |
Publiceringsdatum | 2019-08-24 |
Utvecklare | https://fightback.club |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://fightback.club |
Hjälpsida URL | https://fightback.club/integracoes/chrome |
URL till Sekretesspolicy Sidan | https://fightback.club/privacy-policy |
Stödda Språk | 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" ] } ] } |