YT Video Cutter

Cut youtube video in parts.

YT Video Cutter là gì?

YT Video Cutter là một tiện ích mở rộng Chrome được phát triển bởi http://www.mediafreeware.com, và tính năng chính của nó là "Cut youtube video in parts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng YT Video Cutter

Tải xuống các tệp mở rộng YT Video Cutter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YT Video Cutter YT Video Cutter
ID doigfobcjjgkanoaaaliibcobgphojig
URL Chính Thức https://chrome.google.com/webstore/detail/yt-video-cutter/doigfobcjjgkanoaaaliibcobgphojig
Mô tả Cut youtube video in parts.
Kích Thước Tệp 18.23 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-26
Ngày Phát Hành 2020-06-26
Đánh Giá 2.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://www.mediafreeware.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.mediafreeware.com/youtube-video-cutter.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}