Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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\/*" ] } ] }