SkipSponsor - YouTube sponsor detection
Detect and skip YouTube™ sponsor segments using AI.
什么是SkipSponsor - YouTube sponsor detection?
SkipSponsor - YouTube sponsor detection是由skipsponsor开发的Chrome扩展程序,该扩展的主要功能是“Detect and skip YouTube™ sponsor segments using AI.”。
扩展截图
下载SkipSponsor - YouTube sponsor detection扩展crx文件
下载SkipSponsor - YouTube sponsor detection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
“This video was sponsored by…” SKIP.
SkipSponsor is a lightweight extension that detects sponsor segments in YouTube videos using Natural Language Processing (NLP) and displays a button that allows you to skip over them.
The detection is made by a Machine Learning model that was trained on the transcripts of over 300,000 videos, annotated by the crowd-sourced dataset SponsorBlock. The model itself is hosted on a server so all the computation required is done outside of the browser, keeping the extension as lightweight as possible.
Source code: https://github.com/veselink1/sponsorml-ytcaptions 扩展基本信息
| 名称 | |
| ID | lbkmajfgpafkmmfdppcmgdabanlobfnf |
| 官方URL | https://chromewebstore.google.com/detail/skipsponsor-youtube-spons/lbkmajfgpafkmmfdppcmgdabanlobfnf |
| 简介 | Detect and skip YouTube™ sponsor segments using AI. |
| 文件大小 | 14.12 KB |
| 安装次数 | 409 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-08-09 |
| 上架时间 | 2022-08-09 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | skipsponsor |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SkipSponsor - YouTube sponsor detection",
"description": "Detect and skip YouTube\u2122 sponsor segments using AI.",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/watch*"
],
"css": [
"stylesheet.css"
],
"js": [
"contentScript.js"
]
}
],
"permissions": [
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"playerScript.js"
],
"matches": [
" | |