No Interruptions
Mute Tab during Spotify Ads
什么是No Interruptions?
No Interruptions是由Mohit Hotwani开发的Chrome扩展程序,该扩展的主要功能是“Mute Tab during Spotify Ads”。
扩展截图
下载No Interruptions扩展crx文件
下载No Interruptions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No need to get distracted from work while listening to music on Spotify, No Interruptions extension will mute ADs for you and unmute when AD ends. 扩展基本信息
| 名称 | |
| ID | hpepnbfnjpagjknkhhpohialemblblog |
| 官方URL | https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog |
| 简介 | Mute Tab during Spotify Ads |
| 文件大小 | 25.69 KB |
| 安装次数 | 51 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2022-11-07 |
| 上架时间 | 2022-11-06 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Mohit Hotwani |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "No Interruptions",
"description": "Mute Tab during Spotify Ads",
"version": "0.0.1",
"manifest_version": 3,
"author": "Mohit",
"action": {
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/open.spotify.com\/*"
],
"js": [
"noInterruptions.js"
]
}
]
} | |