Steam Friends Enhancer
Improve steam friends experience
Wat is Steam Friends Enhancer?
Steam Friends Enhancer is een Chrome-extensie ontwikkeld door ceifa, en de belangrijkste functie is "Improve steam friends experience".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Friends Enhancer
Download Steam Friends Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Steam Friends Enhancer |
ID | homplpaldlodpgkcilfgcbfoaolbmplm |
Officiële URL | https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm |
Beschrijving | Improve steam friends experience |
Bestandsgrootte | 18.83 KB |
Aantal Installaties | 2,167 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2022-03-16 |
Publicatiedatum | 2020-07-12 |
Beoordeling | 4.00/5 Totaal 19 Beoordelingen |
Ontwikkelaar | ceifa |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ceifa/steam-friends-enhancer |
Help Pagina-URL | https://github.com/ceifa/steam-friends-enhancer/issues |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
Ondersteunde Talen | 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*" ] } |