Video to File
Convert video to another file format
Vad är Video to File?
Video to File är en Chrome-tillägg utvecklad av https://app-vtf.web.app, och dess huvudfunktion är "Convert video to another file format".
Tilläggsskärmbilder
Ladda ner Video to File-förlängningens CRX-fil
Ladda ner Video to File-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Convert video to image JPG, animated GIF, audio MP3, video MP4. Cut and resize video. Extract subtitles SRT.
Grundläggande Information om Tillägg
Namn | |
ID | abjcobameomoocdflloiegijddfoojjd |
Officiell webbadress | https://chrome.google.com/webstore/detail/video-to-file/abjcobameomoocdflloiegijddfoojjd |
Beskrivning | Convert video to another file format |
Filstorlek | 11.24 KB |
Antal Installationer | 76 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2021-11-09 |
Publiceringsdatum | 2021-03-17 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://app-vtf.web.app |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |