Steam Friends Enhancer
Improve steam friends experience
Cos'è Steam Friends Enhancer?
Steam Friends Enhancer è un'estensione di Chrome sviluppata da ceifa, e la sua funzione principale è "Improve steam friends experience".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam Friends Enhancer
Scarica i file di estensione Steam Friends Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Steam Friends Enhancer |
ID | homplpaldlodpgkcilfgcbfoaolbmplm |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm |
Descrizione | Improve steam friends experience |
Dimensione del File | 18.83 KB |
Conteggio Installazioni | 2,167 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2022-03-16 |
Data di Pubblicazione | 2020-07-12 |
Valutazione | 4.00/5 Totale 19 Valutazioni |
Sviluppatore | ceifa |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ceifa/steam-friends-enhancer |
URL della Pagina di Aiuto | https://github.com/ceifa/steam-friends-enhancer/issues |
URL della Pagina della Politica sulla Privacy | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
Lingue Supportate | 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*" ] } |