Smart Mute
Listen to audio one tab at a time.
Smart Mute란 무엇입니까?
Smart Mute은(는) Chyno Deluxe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen to audio one tab at a time."입니다.
확장 프로그램 스크린샷
Smart Mute 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of having multiple tabs play audio simultaneously? Take back control of your audio experience with Smart Mute and listen to audio one tab at a time. ---------------------------- NOTE: - This extension does NOT pause any media, it will only mute it. - Short-keys and right-click settings are not currently available but are being considered for future release ---------------------------- Additional Features: Mute / Unmute Tab Individually Mute or Unmute tabs temporarily without having to Whitelist/Blacklist every website you visit. Silent Mode Prefer to browse the web in complete silence? Give Silent Mode a try. Silent Mode prevents any audio from playing in your browser. Pairing this feature with Smart Mute's Whitelist feature can give you even more control of what you hear while browsing. Whitelist Enjoy listening to your favorite podcast or music playlist in the background while you browse the web? Ensure your listening experience never gets interrupted again by adding it to Smart Mute's Whitelist. Blacklist Hate when websites have auto-playing videos and advertisements? Add those annoying sites to Smart Mute's Blacklist and hear the sweet sounds of silence. Additional Permissions Required Smart Mute's Whitelist and Blacklist feature requires access to website URLs. This information is used — in real-time — to compare the websites a user visits and those that are listed.
확장 프로그램 기본 정보
이름 | Smart Mute |
ID | apadglapdamclpaedknbefnbcajfebgh |
공식 URL | https://chromewebstore.google.com/detail/smart-mute/apadglapdamclpaedknbefnbcajfebgh |
설명 | Listen to audio one tab at a time. |
파일 크기 | 103 KB |
설치 횟수 | 13,437 |
현재 버전 | 5.4.7 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2020-04-20 |
평점 | 4.50/5 총 102 개의 평점 |
개발자 | Chyno Deluxe |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Mute", "short_name": "Smart Mute", "description": "Listen to audio one tab at a time.", "version": "5.4.7", "author": "Chyno Deluxe", "icons": { "128": "\/assets\/img\/icon.png" }, "browser_action": { "default_icon": "\/assets\/img\/icon.png", "default_popup": "views\/popup\/index.html" }, "permissions": [ "storage" ], "optional_permissions": [ "tabs" ], "background": { "scripts": [ "\/assets\/js\/global\/chrome-api.js", "\/assets\/js\/tracking.js", "\/assets\/js\/global\/extension-api.js", "\/assets\/js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/use.fontawesome.com\/9cd235f51a.js; object-src 'self'" } |