Steam Friends Enhancer
Improve steam friends experience
Co to jest Steam Friends Enhancer?
Steam Friends Enhancer to rozszerzenie Chrome opracowane przez ceifa, a jego główną funkcją jest „Improve steam friends experience”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam Friends Enhancer
Pobierz pliki rozszerzeń Steam Friends Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | homplpaldlodpgkcilfgcbfoaolbmplm |
| Oficjalny URL | https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm |
| Opis | Improve steam friends experience |
| Rozmiar pliku | 18.83 KB |
| Liczba instalacji | 2,167 |
| Aktualna Wersja | 0.0.5 |
| Ostatnia Aktualizacja | 2022-03-16 |
| Data Publikacji | 2020-07-12 |
| Ocena | 4.00/5 Łącznie 19 Oceny |
| Deweloper | ceifa |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ceifa/steam-friends-enhancer |
| Adres URL Strony Pomocy | https://github.com/ceifa/steam-friends-enhancer/issues |
| Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba |
| Obsługiwane Języki | 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*"
]
} | |