YT Ad Skip
This plugin will skip YouTube ads.
什麼是YT Ad Skip?
YT Ad Skip是由dev.mt877開發的Chrome擴展程式,該擴展的主要功能是“This plugin will skip YouTube ads.”。
擴展截圖
下載YT Ad Skip擴展crx文件
下載YT Ad Skip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
YouTubeのオーバーレイ広告を非表示。
スキップ可能な動画広告を自動でスキップします。
Hide YouTube overlay ads.
Automatically skip skippable video ads. 擴展基本資訊
| 名稱 | |
| ID | bohoehddljlgadmcdlccfoikallknnib |
| 官方網址 | https://chromewebstore.google.com/detail/yt-ad-skip/bohoehddljlgadmcdlccfoikallknnib |
| 簡介 | This plugin will skip YouTube ads. |
| 檔案大小 | 8.83 KB |
| 安裝次數 | 628 |
| 目前版本 | 1.3.0 |
| 更新時間 | 2020-06-18 |
| 上架時間 | 2020-06-17 |
| 評分 | 5.00/5 共 6 次評分 |
| 開發者 | dev.mt877 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YT Ad Skip",
"version": "1.3.0",
"description": "This plugin will skip YouTube ads.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"yt-ad-skip.js"
]
}
]
} | |