YouTube Video Cutter

Free YouTube Cutter to trim parts of YouTube videos online and save them as mp4, mp3 or gif file or just share them.

YouTube Video Cutterคืออะไร?

YouTube Video Cutter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ytcutter และคุณลักษณะหลักของมันคือ "Free YouTube Cutter to trim parts of YouTube videos online and save them as mp4, mp3 or gif file or just share them."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Video Cutter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        How to Use?
Press the "Open in Cutter" button next to each YouTube video. Choose your wanted scene by using the range slider. Select a format like MP4, MP4 or Gif and begin the cutting process.

Performs on all devices
You do not need to register or install a software. Our YouTube video cutter works perfectly on all devices and popular browsers: IE, Firefox, Chrome & Opera.

Cut to MP4 and other file types
You can create or convert videos in one single place. Our Video Cutter supports the following file formats: MP4, MP3 & GIF

Access from anywhere
You can access our free video cutter anywhere, with an internet connection. YouTube Cutter operates fully in the cloud.

Great quality
Test and see for yourself! To ensure best quality of cutted video scenes, we are using latest techniques to convert your favourite video into a scene of your choice.

Don't worry about Privacy.
Our cutter only creates the files for you and remove them after an hour. If you want to publish your scene to other visitors - select the publish option.

How to cut scenes from YouTube videos into MP3 and other formats:
Click the "Open in Cutter" button next to your wanted video (see the screenshots).
Choose your wanted range by moving our range slider.
Select your wanted format, MP4 for video, MP3 for audio and GIF for an animated image.
Start the cutting process and wait until our server finished your file.
Download the cutted scene to your local device and use it anywhere.                    

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

ชื่อ YouTube Video Cutter YouTube Video Cutter
ID clbkdpbekiphmdbpbkkjdocljkgcafhk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-video-cutter/clbkdpbekiphmdbpbkkjdocljkgcafhk
คำอธิบาย Free YouTube Cutter to trim parts of YouTube videos online and save them as mp4, mp3 or gif file or just share them.
ขนาดไฟล์ 22.71 KB
จำนวนการติดตั้ง 14,073
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-05-03
วันที่เผยแพร่ 2020-05-03
คะแนน 2.32/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา ytcutter
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://youtube-cutter.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Cutter",
    "version": "1.0.2",
    "description": "Free YouTube Cutter to trim parts of YouTube videos online and save them as mp4, mp3 or gif file or just share them.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "images\/logo-32.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-cutter.org\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}