Hide Discord Sidebar

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

Hide Discord Sidebar là gì?

Hide Discord Sidebar là một tiện ích mở rộng Chrome được phát triển bởi Galaxycat, và tính năng chính của nó là "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Hide Discord Sidebar

Tải xuống các tệp mở rộng Hide Discord Sidebar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
URL Chính Thức https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
Mô tả Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Kích Thước Tệp 6.01 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 6.9
Cập Nhật Lần Cuối 2019-05-04
Ngày Phát Hành 2019-05-04
Nhà Phát Triển Galaxycat
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://galaxycat.ca/chrome/webstore/Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}