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 |
| Eメール | [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"
}
} | |