YT Video Cutter
Cut youtube video in parts.
What is YT Video Cutter?
YT Video Cutter is a Chrome extension developed by http://www.mediafreeware.com, and its main feature is "Cut youtube video in parts.".
Extension Screenshots
Download YT Video Cutter Extension CRX File
Download YT Video Cutter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | doigfobcjjgkanoaaaliibcobgphojig |
Official URL | https://chrome.google.com/webstore/detail/yt-video-cutter/doigfobcjjgkanoaaaliibcobgphojig |
Description | Cut youtube video in parts. |
File Size | 18.23 KB |
Installation Count | 3,000 |
Current Version | 1.0 |
Last Updated | 2020-06-26 |
Publish Date | 2020-06-26 |
Rating | 2.38/5 Total 8 Ratings |
Developer | http://www.mediafreeware.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mediafreeware.com/youtube-video-cutter.html |
Supported Languages | 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" } } |