
MuteTabsMatchingPattern 作者: RheingoldRiver
Toggles mute of all tabs matching pattern
您需要 Firefox 来使用此扩展
扩展元数据
屏幕截图

关于此扩展
Lets a user specify a pattern to match all currently-open tab titles against, and then mutes all tabs matching that pattern on button click or hotkey press (Ctrl+Shift+O).
Example patterns you might use (the asterisks are part of the pattern):
If you want this to be a system-global hotkey (Windows), you can use it in conjunction with this AutoHotKey script:
Repo: https://github.com/RheingoldRiver/MuteTabsMatchingPattern
Example patterns you might use (the asterisks are part of the pattern):
*YouTube*
*Twitch
If you want this to be a system-global hotkey (Windows), you can use it in conjunction with this AutoHotKey script:
SetTitleMatchMode 2
^!+x::
IfWinActive ahk_class MozillaWindowClass
{
Send, ^+O
return
}
IfWinNotExist ahk_class MozillaWindowClass
return
ControlSend,ahk_parent, ^+O
return
Repo: https://github.com/RheingoldRiver/MuteTabsMatchingPattern
为您的体验打分
权限详细了解
此附加组件需要:
- 存取浏览器标签页
更多信息
- 版本
- 1.0
- 大小
- 21.78 KB
- 上次更新
- 5 年前 (2020年3月9日)
- 相关分类
- 许可证
- 仅 GNU 通用公共许可证 v2.0
- 版本历史
添加到收藏集
RheingoldRiver 制作的更多扩展
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分
- 目前尚无评分