Video to File

Convert video to another file format

What is Video to File?

Video to File is a Chrome extension developed by https://app-vtf.web.app, and its main feature is "Convert video to another file format".

Extension Screenshots

screenshot

Download Video to File Extension CRX File

Download Video to File extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Video to File Video to File
ID abjcobameomoocdflloiegijddfoojjd
Official URL https://chrome.google.com/webstore/detail/video-to-file/abjcobameomoocdflloiegijddfoojjd
Description Convert video to another file format
File Size 11.24 KB
Installation Count 76
Current Version 2.0
Last Updated 2021-11-09
Publish Date 2021-03-17
Rating 5.00/5 Total 1 Ratings
Developer https://app-vtf.web.app
Email [email protected]
Payment Type free
Supported Languages 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
}