Steam Friends Enhancer

Improve steam friends experience

Что такое Steam Friends Enhancer?

Steam Friends Enhancer - это расширение Chrome, разработанное ceifa, и его основная функция - "Improve steam friends experience".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Steam Friends Enhancer

Скачайте файлы расширений Steam Friends Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Steam Friends Enhancer Steam Friends Enhancer
ID homplpaldlodpgkcilfgcbfoaolbmplm
Официальный URL https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm
Описание Improve steam friends experience
Размер файла 18.83 KB
Количество установок 2,167
Текущая Версия 0.0.5
Последнее Обновление 2022-03-16
Дата публикации 2020-07-12
Рейтинг 4.00/5 Всего 19 оценок
Разработчик ceifa
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ceifa/steam-friends-enhancer
URL страницы помощи https://github.com/ceifa/steam-friends-enhancer/issues
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba
Поддерживаемые языки 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*"
    ]
}