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