WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Slack hider

Slack hider

View on Chrome Web Store
View Slack hider Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 views
This extension has been viewed 1 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.

Hide your slacks to focus and get in the flow. Unhide them whenever you're ready.
Type
Extension
Users
24 users
1
Matt Thurmond (Digital Detox NYC)
View author page of Matt Thurmond (Digital Detox NYC)
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 13, 2021
Version 1.4
Manifest version
3
Updated
Updated on October 2, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Slack 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": "Slack hider",
    "version": "1.4",
    "description": "Hide your slacks to focus and get in the flow. Unhide them whenever you're ready.",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.slack.com\/client*"
            ],
            "css": [
                "hider\/hider-button.css"
            ],
            "js": [
                "hider\/hider.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "hider\/hider-main.css",
                "hider\/favicon-no-messages.png"
            ],
            "matches": [
                "https:\/\/app.slack.com\/*"
            ]
        }
    ]
}
© 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