Video to File
Convert video to another file format
Wat is Video to File?
Video to File is een Chrome-extensie ontwikkeld door https://app-vtf.web.app, en de belangrijkste functie is "Convert video to another file format".
Extensie Screenshots
Download het CRX-bestand van de extensie Video to File
Download Video to File-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Convert video to image JPG, animated GIF, audio MP3, video MP4. Cut and resize video. Extract subtitles SRT.
Basisinformatie over de Extensie
Naam | |
ID | abjcobameomoocdflloiegijddfoojjd |
Officiële URL | https://chrome.google.com/webstore/detail/video-to-file/abjcobameomoocdflloiegijddfoojjd |
Beschrijving | Convert video to another file format |
Bestandsgrootte | 11.24 KB |
Aantal Installaties | 76 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2021-11-09 |
Publicatiedatum | 2021-03-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://app-vtf.web.app |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |