lichess-hide

Allows lichess.org users to hide opponent information, rating and spectator list

Что такое lichess-hide?

lichess-hide - это расширение Chrome, разработанное Vincent Simard, и его основная функция - "Allows lichess.org users to hide opponent information, rating and spectator list".

Скачать файл CRX расширения lichess-hide

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

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

                                            

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

Название lichess-hide lichess-hide
ID mgnmffmefjnmmpcbjmhepgclaaegcamj
Официальный URL https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj
Описание Allows lichess.org users to hide opponent information, rating and spectator list
Размер файла 11.53 KB
Количество установок 93
Текущая Версия 1.0.3
Последнее Обновление 2016-07-16
Дата публикации 2016-07-16
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Vincent Simard
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-hide",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Allows lichess.org users to hide opponent information, rating and spectator list",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-hide.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [],
    "permissions": []
}