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.”。
扩展截图
下载CSGO NET do @lukao150扩展crx文件
下载CSGO NET do @lukao150扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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;                     扩展基本信息
| 名称 |  | 
| 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"
    }
} | |