YT Video Cutter

Cut youtube video in parts.

YT Video Cutterคืออะไร?

YT Video Cutter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.mediafreeware.com และคุณลักษณะหลักของมันคือ "Cut youtube video in parts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT Video Cutter

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YT Video Cutter YT Video Cutter
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"
    }
}