kjcdcbhfpjkcjinohfaaihpcmpnpmpie
Automatically mutes each new tab the instant it is opened. Are you getting tired of obnoxious ads blaring sound while you're browsing? AutoMute automatically mutes every page opened in your browser, effectively allowing you to opt-in to hear audio in a web page, instead of forcing you to opt-out.
Tab Muter
Re-enables the "Mute Tab" feature once found in Chrome itself. Once upon a time, Chrome had a feature hidden away in chrome://flags to allow users to mute individual tabs by clicking the speaker icon next to the tab's title. This was deemed "not good enough", as the Chrome developers wanted to remove the need for users to manually control tab audio, so it was removed in favour of the "Mute Site" feature. Chrome can't yet automatically determine which tabs should be playing audio, so I made this extension to let the user make that decision. The button's in a different place due to Chrome API limitations, but apart from that, this extension should work exactly as the old "Mute Tab" feature did. If you find Tab Muter useful, feel free to leave me a tip: https://ko-fi.com/sersorrel This extension is free software; the source code is available at https://github.com/sersorrel/mute-tab.
Mute Tab
Have full-control over noisy tabs (active tab, all tabs, all other tabs, and more) with keyboard shortcut support This browser extension provides control over muting, unmuting, and closing noisy tabs. When a tab is muted, it can still play video and audio streams silently, ensuring that unexpected noises from browser tabs, particularly ads and banners, don't interrupt your work. This feature is especially useful during meetings or online conferences. You can mute or unmute tabs with just one click. It uses a nonpersistent background script, which means it doesn't consume any resources unless actively used by the user. Key Features: 1. Mute individual tabs 2. Mute other tabs in the current window 3. Mute tabs in other windows 4. Mute all tabs except the active one 5. Mute all incognito tabs 6. Monitor and mute newly opened tabs 7. Support dark mode (dark theme) 8. Focus Mode (stop muting the current tab and mute all others) This extension allows you to toggle the muting state of the currently active tab, tabs in the current window, tabs in other windows, and all tabs except the active one. You can mute and unmute specific noisy tabs or enforce the muting state for all matching tabs. Additionally, you can close other noisy tabs using a single keyboard shortcut. You can access the extension's controls either through the toolbar popup or by setting custom keyboard shortcuts, based on your preference. User-defined keyboard shortcuts provide access to all supported actions for muting and unmuting tabs. Please note that this extension does not support custom rules for muting specific hostnames, as this functionality is already available in your browser and doesn't require duplication. This project is open-source, and you can find the source code at https://github.com/balvin-perrie/mute-tab/.
Simplify Gmail
Make Gmail simpler, more capable, and more respectful Brought to you by the co-founder and design lead for Google Inbox, Simplify Gmail is a browser extension for desktop Gmail that boosts productivity, strengthens privacy, and reduces️ stress by: ✔️ BETTER DESIGN: Hundreds of improvements (small and large) to streamline, simplify, and enhance Gmail’s design and functionality. Hide the features you don’t use, customize the ones you do including setting the list and message width and fonts. ✔️ BUNDLES: Group conversations with the same label or category into a single row in your inbox for easier bulk reading and processing. ✔️ SAVED SEARCHES: Add commonly used searches or bookmark any message to your nav for easy access. Simplify includes 24 useful searches by default like Travel, Purchases, Archived, Attachments, Notes to self, PDFs, Photos, and more. ✔️ PAUSE INBOX: Pause new mail or hide the inbox entirely for deep focus. Optionally disable notifications when the inbox is paused or hidden. ✔️ BLOCK TRACKERS: Simplify blocks over 250 email spy trackers (more than any other tracker blocker extension). ✔️ KEYBOARD SHORTCUTS: Navigate faster with your arrow keys, Enter (to open, then to reply), and Escape (close a message, then to return to inbox). Use familiar shortcuts like Ctrl+A / ⌘A to select all or Ctrl+Z / ⌘Z to undo. Press "?" in Gmail to see all shortcuts. Also includes advanced shortcuts like [ I ] to reply to an intro and move the sender to BCC. ✔️ DARK MODE: Auto-switch with OS with options to invert all of Gmail’s UI and some or all messages. ✔️ GROUP BY DATE: Group messages list by date with bulk actions to one-click archive or delete. ✔️ INBOX ZERO BACKGROUND: Choose a different background to get when you reach inbox zero. ✔️ AUTO-CC/BCC: Set addresses to add to every new message and/or reply And much more... Comes with a free 1-month trial after which a paid plan is required. Learn more and sign up when you're ready at https://simpl.fyi/plans You should always be super careful what extensions or apps you use with your email. ✔️ Simplify always puts your security and privacy first. ✔️ The code for Simplify is entirely stored on your computer (no remote code) and is for the sole purpose of improving and enhancing Gmail's user interface and functionality. ✖️ Simplify does NOT request full access to your email (no API permissions required). ✖️ None of your data is collected, stored, or sent to Simplify. ✖️ Simplify has no tracking or analytics software. ✖️ Simplify will never have ads. Ever. Simplify's products have no ads, no analytics, no trackers, no cookies, and do not send or receive personal information of any kind from your account or device. Your privacy and the security of your account and data is of the utmost importance to us. We aim to make software worth paying for and taking the strictest stance on privacy possible. Our full privacy policy is at https://simpl.fyi/privacy You can send feedback or report issues via https://simpl.fyi/support (I usually respond within one business day). Note that there are over 100,000 unique combinations of Gmail’s options, features, and user states. Add in other 3rd party add-ons, different languages, browsers, screen sizes, and more and it grows to over a billion. Simplify strives to support them all, along with the more popular 3rd party extensions and add-ons. I wrote more about the complexity of building on top of Gmail here: https://on.simpl.fyi/p/complexity-of-simplify
Shut Up Already!
This extension mutes all tabs by default. Great tool against autoplayed videos and ads! This extensions mutes all tabs by default allowing you to make tab audible on-demand. I've created it because I got furious at various news sites that autoplay videos in background, often somewhere along the text or in the sidebar. **This extension has zero analytics, tracking or any other data gathering and it will stay this way forever.** The extension may be a bit less stable until I figure out all the bugs and quirks on Manifest v3. Apologies for that! - 2.3.1: - Fix the logic deciding when to mute tabs, including when to evaluate whitelists/blacklists and what "keep muted state" means. This should fix the issue where tabs would not be muted or unmuted correctly compared to the previous version of the extension. --- 2.3.0: - Fix context menu actions - There is a major change in the behaviour of the "Keep muted state of the opening tab" flag. Previously due to a mistake two separate features have been merged together - keeping muted state and muting all tabs by default. This has now been fixed and you can set the two settings separately. Existing users will have them both enabled if they had the feature enabled before. 2.2.0: Rewrite service worker to prevent issues with MV3 being garbage standard that keeps glitching and killing things in the background 2.1.0: Corporate ad-driven garbage bullshit requirement update (converted the extension from manifest v2 to v3) 2.0.1: Update privacy practices 2.0: Removed popup, added options page and context menu instead. Clicking on mute icon will now toggle mute status. 1.2: Added popup with multiple options and settings 1.0: Initial release