Video Compressor - Reduce size of your Video
Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.
Video Compressor - Reduce size of your Video란 무엇입니까?
Video Compressor - Reduce size of your Video은(는) Streamvi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss."입니다.
확장 프로그램 스크린샷
Video Compressor - Reduce size of your Video 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Streamvi Video Compressor is a Online tool used to reduce video file size without compromising quality. Video compression makes it easy to store and share large video files without sacrificing image and sound quality. The compression process involves removing redundant data and reducing file size using compression algorithms. There are many different video compression formats, including H.264, MPEG-4, and VP9, each with its own set of features and strengths and weaknesses. By using our Video Compressor you can save up to 90% in Size File.
확장 프로그램 기본 정보
이름 | Video Compressor - Reduce size of your Video |
ID | alaacejbofkbfnpemlijbpalebfibjjc |
공식 URL | https://chromewebstore.google.com/detail/video-compressor-reduce-s/alaacejbofkbfnpemlijbpalebfibjjc |
설명 | Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss. |
파일 크기 | 25.83 KB |
설치 횟수 | 233 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-03-14 |
출시 날짜 | 2023-03-14 |
개발자 | Streamvi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://streamvi.com/video-compressor/ |
개인정보 보호 정책 페이지 URL | https://streamvi.com/terms |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Compressor - Reduce size of your Video", "description": "Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.", "version": "1.0", "permissions": [ "activeTab", "tabs" ], "host_permissions": [ "https:\/\/streamvi.com\/" ], "action": { "default_title": "Open Streamvi Video Compressor", "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "background": { "service_worker": "background.js" } } |