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 |
| 官方網址 | 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"
}
} | |