CSGOnet ASSIST
Melhore suas chances de profit no CSGO.net!
什麼是CSGOnet ASSIST?
CSGOnet ASSIST是由luismiguelprs開發的Chrome擴展程式,該擴展的主要功能是“Melhore suas chances de profit no CSGO.net!”。
擴展截圖
下載CSGOnet ASSIST擴展crx文件
下載CSGOnet ASSIST擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
"CSGOnet ASSIST" é uma extensão que melhora suas chances de profitar no csgo.net adicionando novas funções ao site.
- Preenche automaticamente o cupom do FKS que da 40% de bônus em todos os depósitos;
- Habilita um resumo de chances de profit em cada caixa do site;
- Possibilita converter os valores da moeda do site de volta para dólar ou euro; 擴展基本資訊
| 名稱 | |
| ID | ibnbhglphcgkkliddpclhebhehploaho |
| 官方網址 | https://chromewebstore.google.com/detail/csgonet-assist/ibnbhglphcgkkliddpclhebhehploaho |
| 簡介 | Melhore suas chances de profit no CSGO.net! |
| 檔案大小 | 158 KB |
| 安裝次數 | 175 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2022-02-24 |
| 上架時間 | 2022-02-24 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | luismiguelprs |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CSGOnet ASSIST",
"description": "Melhore suas chances de profit no CSGO.net!",
"icons": {
"128": "icons\/128.png"
},
"version": "1.0.0",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*:\/\/csgo.net\/*"
],
"action": {
"default_title": "Configurar",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/csgo.net\/*"
],
"js": [
"vendor\/firebase-app.js",
"vendor\/firebase-firestore.js",
"content\/_firebase\/index.js",
"content\/case-odds-chart\/index.js",
"content\/promocode-filler\/index.js",
"content\/currency-converter\/index.js"
],
"css": [
"content\/case-odds-chart\/index.css",
"content\/currency-converter\/index.css"
]
}
]
} | |