Ad Mute for spotify.com
Automatically mutes advertisements between songs at spotify.com
什么是Ad Mute for spotify.com?
Ad Mute for spotify.com是由arismelachroinos开发的Chrome扩展程序,该扩展的主要功能是“Automatically mutes advertisements between songs at spotify.com”。
扩展截图
下载Ad Mute for spotify.com扩展crx文件
下载Ad Mute for spotify.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension has no UI. It automatically mutes the chrome tab whenever an advertisement is playing, and unmutes it as soon as it is finished. This extension has nothing to do with the Spotify company whatsoever. I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link: https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U
扩展基本信息
名称 | Ad Mute for spotify.com |
ID | mjncgoplaadnohdddphicedebkafaphe |
官方URL | https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe |
简介 | Automatically mutes advertisements between songs at spotify.com |
文件大小 | 36.73 KB |
安装次数 | 249 |
当前版本 | 0.2 |
更新时间 | 2022-03-27 |
上架时间 | 2021-10-18 |
评分 | 5.00/5 共4次评分 |
开发者 | arismelachroinos |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ad Mute for spotify.com", "version": "0.2", "description": "Automatically mutes advertisements between songs at spotify.com", "background": { "service_worker": "background.js" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.spotify.com\/*" ], "js": [ "jquery.js", "content.js" ] } ], "icons": { "128": "icon.png" } } |