Tab Silencer Pro
Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience.
Tab Silencer Pro란 무엇입니까?
Tab Silencer Pro은(는) Trusted Extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience."입니다.
확장 프로그램 스크린샷
Tab Silencer Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take back your audio control with Tab Silencer Pro! Our easy-to-use Chrome extension empowers you to manage the noise levels of your browser tabs efficiently. Enjoy the peace of being able to mute individual tabs, enhance focus, and streamline your online experience. Stand out from the rest with our user-friendly interface and custom settings. Perfect for multi-tasking professionals, students, and everyday internet users alike. Silence is just a click away with Tab Silencer Pro!
확장 프로그램 기본 정보
이름 | Tab Silencer Pro |
ID | fbkoghpddgpnpabaidonifljhdeojlfb |
공식 URL | https://chrome.google.com/webstore/detail/tab-silencer-pro/fbkoghpddgpnpabaidonifljhdeojlfb |
설명 | Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience. |
파일 크기 | 208 KB |
설치 횟수 | 55,576 |
현재 버전 | 1.5.1 |
최근 업데이트 | 2023-08-08 |
출시 날짜 | 2023-07-05 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Trusted Extension |
이메일 | [email protected] |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.5.1", "action": { "default_title": "__MSG_mute__", "default_icon": { "128": "icons\/icon-on128.png" } }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "mute.js" ], "run_at": "document_end", "match_about_blank": true } ], "permissions": [ "storage", "webRequest" ], "icons": { "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" } } |