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.
扩展基本信息
名称 | YT Ad Skip |
ID | bohoehddljlgadmcdlccfoikallknnib |
官方URL | 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" ] } ] } |