Steam Friends Enhancer
Improve steam friends experience
Vad är Steam Friends Enhancer?
Steam Friends Enhancer är en Chrome-tillägg utvecklad av ceifa, och dess huvudfunktion är "Improve steam friends experience".
Tilläggsskärmbilder
Ladda ner Steam Friends Enhancer-förlängningens CRX-fil
Ladda ner Steam Friends Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Steam Friends Enhancer |
ID | homplpaldlodpgkcilfgcbfoaolbmplm |
Officiell webbadress | https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm |
Beskrivning | Improve steam friends experience |
Filstorlek | 18.83 KB |
Antal Installationer | 2,167 |
Aktuell Version | 0.0.5 |
Senast Uppdaterad | 2022-03-16 |
Publiceringsdatum | 2020-07-12 |
Betyg | 4.00/5 Totalt 19 Betyg |
Utvecklare | ceifa |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ceifa/steam-friends-enhancer |
Hjälpsida URL | https://github.com/ceifa/steam-friends-enhancer/issues |
URL till Sekretesspolicy Sidan | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
Stödda Språk | 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*" ] } |