Steam Friends Enhancer
Improve steam friends experience
Apa itu Steam Friends Enhancer?
Steam Friends Enhancer adalah ekstensi Chrome yang dikembangkan oleh ceifa, dan fitur utamanya adalah "Improve steam friends experience".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Steam Friends Enhancer
Unduh file ekstensi Steam Friends Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension help you to manager your steam friends list. The current features available are: - Send mass comments to your friends - Select friends by offline time
Informasi Dasar Ekstensi
Nama | Steam Friends Enhancer |
ID | homplpaldlodpgkcilfgcbfoaolbmplm |
URL Resmi | https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm |
Deskripsi | Improve steam friends experience |
Ukuran File | 18.83 KB |
Jumlah Instalasi | 2,167 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2022-03-16 |
Tanggal Publikasi | 2020-07-12 |
Penilaian | 4.00/5 Total 19 Penilaian |
Pengembang | ceifa |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ceifa/steam-friends-enhancer |
URL Halaman Bantuan | https://github.com/ceifa/steam-friends-enhancer/issues |
URL Halaman Kebijakan Privasi | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Friends Enhancer", "version": "0.0.5", "manifest_version": 2, "description": "Improve steam friends experience", "icons": { "128": ".\/static\/icon-128px.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/steamcommunity.com\/*\/*\/friends*" ], "js": [ ".\/js\/content.js" ] } ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "\/js\/injected.js" ], "permissions": [ "*:\/\/steamcommunity.com\/*\/*\/friends*" ] } |