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 |
| 官方網址 | 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"
]
}
]
} | |