Lichess Friends List Opener

Automatically opens the lichess friends list box.

Что такое Lichess Friends List Opener?

Lichess Friends List Opener - это расширение Chrome, разработанное brooksdev, и его основная функция - "Automatically opens the lichess friends list box.".

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

screenshot

Скачать файл CRX расширения Lichess Friends List Opener

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

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

                        This extension automatically opens the lichess friends list box. This mimics the behavior that the site used to have in which online friends were automatically visible in the friends list box.                    

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

Название Lichess Friends List Opener Lichess Friends List Opener
ID fbgmmcohdjhodafiajocpklmaikfhlai
Официальный URL https://chromewebstore.google.com/detail/lichess-friends-list-open/fbgmmcohdjhodafiajocpklmaikfhlai
Описание Automatically opens the lichess friends list box.
Размер файла 13 KB
Количество установок 50
Текущая Версия 1.3
Последнее Обновление 2020-09-02
Дата публикации 2020-08-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик brooksdev
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lichess Friends List Opener",
    "version": "1.3",
    "description": "Automatically opens the lichess friends list box.",
    "icons": {
        "192": "lichess-favicon-192.png"
    },
    "web_accessible_resources": [
        "\/main.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "manifest_version": 2
}