SpotiShush
Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
SpotiShush란 무엇입니까?
SpotiShush은(는) Guilherme Silva (guihkx)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO."입니다.
확장 프로그램 스크린샷
SpotiShush 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
When SpotiShush detects an audio ad, it automatically mutes the tab for you! After the ad finishes, SpotiShush unmutes the tab so you can enjoy your favorite songs again! New in v2023.9.26: [Fixes] - Deezer: Update ad detection mechanism
확장 프로그램 기본 정보
이름 | SpotiShush |
ID | dfbbfmkkafpoohlcmkndjnpohhgelgnf |
공식 URL | https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf |
설명 | Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO. |
파일 크기 | 14.68 KB |
설치 횟수 | 9,811 |
현재 버전 | 2023.9.26 |
최근 업데이트 | 2023-09-27 |
출시 날짜 | 2020-07-04 |
평점 | 4.08/5 총 72 개의 평점 |
개발자 | Guilherme Silva (guihkx) |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/guihkx/spotishush |
도움말 페이지 URL | https://github.com/guihkx/spotishush |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SpotiShush", "version": "2023.9.26", "default_locale": "en", "description": "__MSG_ext_desc__", "icons": { "16": "img\/spotishush16.png", "48": "img\/spotishush48.png", "128": "img\/spotishush128.png" }, "author": "guihkx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*", "https:\/\/www.deezer.com\/*", "https:\/\/listen.tidal.com\/*", "https:\/\/app.idagio.com\/*" ], "js": [ "spotishush.js" ] } ] } |