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文件
下载SpotiShush扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |