YT Video Cutter
Cut youtube video in parts.
什么是YT Video Cutter?
YT Video Cutter是由http://www.mediafreeware.com开发的Chrome扩展程序,该扩展的主要功能是“Cut youtube video in parts.”。
扩展截图
下载YT Video Cutter扩展crx文件
下载YT Video Cutter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Choose youtube video url that you want to cut part from then click start button. Now choose that part that you want to cut from the original video and click Cut Video Button. You will get download link in few seconds.
扩展基本信息
名称 | |
ID | doigfobcjjgkanoaaaliibcobgphojig |
官方URL | https://chrome.google.com/webstore/detail/yt-video-cutter/doigfobcjjgkanoaaaliibcobgphojig |
简介 | Cut youtube video in parts. |
文件大小 | 18.23 KB |
安装次数 | 3,000 |
当前版本 | 1.0 |
更新时间 | 2020-06-26 |
上架时间 | 2020-06-26 |
评分 | 2.38/5 共8次评分 |
开发者 | http://www.mediafreeware.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.mediafreeware.com/youtube-video-cutter.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YT Video Cutter", "default_locale": "en", "description": "Cut youtube video in parts.", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |