Hide Discord Sidebar

Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.

Что такое Hide Discord Sidebar?

Hide Discord Sidebar - это расширение Chrome, разработанное Galaxycat, и его основная функция - "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".

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

Скачать файл CRX расширения Hide Discord Sidebar

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

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

                        Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.                    

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

Название Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
Официальный URL https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
Описание Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Размер файла 6.01 KB
Количество установок 39
Текущая Версия 6.9
Последнее Обновление 2019-05-04
Дата публикации 2019-05-04
Разработчик Galaxycat
Тип оплаты free
URL страницы политики конфиденциальности https://galaxycat.ca/chrome/webstore/Privacy-Policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Discord Sidebar",
    "short_name": "Hide Discord Bar",
    "version": "6.9",
    "description": "Installs an unfolding sidebar for Discord channels and a button that hides\/shows the Discord server list.",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.discordapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.discordapp.com\/*"
            ],
            "css": [
                "hide-discord-sidebar.css"
            ],
            "js": [
                "hide-discord-sidebar.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    }
}