WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Discord Sidebar Hider

Discord Sidebar Hider

View on Chrome Web Store
View Discord Sidebar Hider Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 03, 2025.

Hide Discord Servers and Channels sidebar on Discord web client
Type
Extension
Users
186 users
1
hankin
View author page of hankin
Published
Published on December 10, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on January 7, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Discord Sidebar Hider Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Sidebar Hider",
    "short_name": "Discord Sidebar Hider",
    "version": "1.0.0",
    "description": "Hide Discord Servers and Channels sidebar on Discord web client",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon128-active.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.discord.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon128-active.png",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.discord.com\/*"
            ],
            "css": [
                "hide-discord-sidebar.css"
            ],
            "js": [
                "hide-discord-sidebar.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top