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”。
扩展截图
下载FIGHTBACK.club扩展crx文件
下载FIGHTBACK.club扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |