Video to File

Convert video to another file format

Apa itu Video to File?

Video to File adalah ekstensi Chrome yang dikembangkan oleh https://app-vtf.web.app, dan fitur utamanya adalah "Convert video to another file format".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Video to File

Unduh file ekstensi Video to File dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Video to File Video to File
ID abjcobameomoocdflloiegijddfoojjd
URL Resmi https://chrome.google.com/webstore/detail/video-to-file/abjcobameomoocdflloiegijddfoojjd
Deskripsi Convert video to another file format
Ukuran File 11.24 KB
Jumlah Instalasi 76
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-11-09
Tanggal Publikasi 2021-03-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://app-vtf.web.app
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}