Hide Discord Sidebar

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

Co to jest Hide Discord Sidebar?

Hide Discord Sidebar to rozszerzenie Chrome opracowane przez Galaxycat, a jego główną funkcją jest „Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Hide Discord Sidebar

Pobierz pliki rozszerzeń Hide Discord Sidebar 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
Oficjalny URL https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
Opis Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Rozmiar pliku 6.01 KB
Liczba instalacji 39
Aktualna Wersja 6.9
Ostatnia Aktualizacja 2019-05-04
Data Publikacji 2019-05-04
Deweloper Galaxycat
Typ Płatności free
Adres URL Strony Polityki Prywatności https://galaxycat.ca/chrome/webstore/Privacy-Policy
Obsługiwane Języki 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"
    }
}