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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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;
확장 프로그램 기본 정보
이름 | CSGOnet ASSIST |
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" ] } ] } |