Video to File

Convert video to another file format

什么是Video to File?

Video to File是由https://app-vtf.web.app开发的Chrome扩展程序,该扩展的主要功能是“Convert video to another file format”。

扩展截图

screenshot

下载Video to File扩展crx文件

下载Video to File扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Video to File Video to File
ID abjcobameomoocdflloiegijddfoojjd
官方URL https://chrome.google.com/webstore/detail/video-to-file/abjcobameomoocdflloiegijddfoojjd
简介 Convert video to another file format
文件大小 11.24 KB
安装次数 76
当前版本 2.0
更新时间 2021-11-09
上架时间 2021-03-17
评分 5.00/5 共1次评分
开发者 https://app-vtf.web.app
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}