YouMute
Automatically mute and skip YouTube™ video ads
什么是YouMute?
YouMute是由Sun City Design开发的Chrome扩展程序,该扩展的主要功能是“Automatically mute and skip YouTube™ video ads”。
扩展截图
下载YouMute扩展crx文件
下载YouMute扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simplify your viewing experience by having the "Skip ad" button automatically clicked for you as soon as it becomes available. 扩展基本信息
| 名称 | |
| ID | bhlmjoeobnofoajffmnpcahfaffihmbh |
| 官方URL | https://chromewebstore.google.com/detail/youmute/bhlmjoeobnofoajffmnpcahfaffihmbh |
| 简介 | Automatically mute and skip YouTube™ video ads |
| 文件大小 | 53.66 KB |
| 安装次数 | 7,849 |
| 当前版本 | 0.2.0 |
| 更新时间 | 2023-11-20 |
| 上架时间 | 2018-12-31 |
| 评分 | 4.26/5 共90次评分 |
| 开发者 | Sun City Design |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://sshongru.github.io/YouMute/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouMute",
"short_name": "YouMute",
"description": "Automatically mute and skip YouTube\u2122 video ads",
"version": "0.2.0",
"manifest_version": 3,
"icons": {
"128": "logo.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"inject.js"
],
"css": [
"inject.css"
]
}
]
} | |