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 |
| 官方網址 | 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"
]
}
]
} | |