Video to File

Convert video to another file format

Video to File là gì?

Video to File là một tiện ích mở rộng Chrome được phát triển bởi https://app-vtf.web.app, và tính năng chính của nó là "Convert video to another file format".

Ả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 Video to File

Tải xuống các tệp mở rộng Video to File 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

                        Convert video to image JPG, animated GIF, audio MP3, video MP4. 
Cut and resize video.
Extract subtitles SRT.                    

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

Tên Video to File Video to File
ID abjcobameomoocdflloiegijddfoojjd
URL Chính Thức https://chrome.google.com/webstore/detail/video-to-file/abjcobameomoocdflloiegijddfoojjd
Mô tả Convert video to another file format
Kích Thước Tệp 11.24 KB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-11-09
Ngày Phát Hành 2021-03-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://app-vtf.web.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video to File",
    "description": "Convert video to another file format",
    "version": "2.0",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "homepage_url": "https:\/\/app-vtf.web.app\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Video to File"
    },
    "manifest_version": 2
}