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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | abjcobameomoocdflloiegijddfoojjd |
官方網址 | 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 } |