CSGO NET do @lukao150

Enhances the CSGO NET experience and adds hub experience.

CSGO NET do @lukao150란 무엇입니까?

CSGO NET do @lukao150은(는) luismiguelprs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances the CSGO NET experience and adds hub experience."입니다.

확장 프로그램 스크린샷

screenshot

CSGO NET do @lukao150 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        CSGO NET do @lukao150 é a extensão que te ajuda a profitar mais no CSGO NET!

Funcionalidades:
- Mostra as chances de profit em cada caixa do site;
- Preenche automaticamente o cupom ativo na hora de colocar saldo;                    

확장 프로그램 기본 정보

이름 CSGO NET do @lukao150 CSGO NET do @lukao150
ID ennfclphhljfmljefikhofbblmlpkaci
공식 URL https://chromewebstore.google.com/detail/csgo-net-do-lukao150/ennfclphhljfmljefikhofbblmlpkaci
설명 Enhances the CSGO NET experience and adds hub experience.
파일 크기 246 KB
설치 횟수 184
현재 버전 1.0.24
최근 업데이트 2023-05-04
출시 날짜 2021-05-09
평점 5.00/5 총 7 개의 평점
개발자 luismiguelprs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lukao.tv
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSGO NET do @lukao150",
    "description": "Enhances the CSGO NET experience and adds hub experience.",
    "version": "1.0.24",
    "permissions": [
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/csgo.net\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/csgo.net\/*"
            ],
            "js": [
                "vendor\/sentry\/sentry.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\/zuero\/index.js"
            ],
            "css": [
                "content\/case-odds-chart\/index.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/zuero.js"
    }
}