FIGHTBACK.club
FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal
FIGHTBACK.clubคืออะไร?
FIGHTBACK.club เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fightback.club และคุณลักษณะหลักของมันคือ "FIGHTBACK.club integration with HLTV.org, GamersClub and eSportal"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FIGHTBACK.club
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |