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 |
| Eメール | [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"
]
}
]
} | |