MiniMC

Mini Media Convertor

MiniMC란 무엇입니까?

MiniMC은(는) andryush333에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mini Media Convertor"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MiniMC 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ❇️ Mini Media Converter, affectionately known as Mini-MC, is a versatile and robust software designed to empower users with seamless multimedia conversion capabilities. MiniMC excels at transforming various media formats, catering to a wide range of needs for image, video, and audio files. This open-source gem effortlessly handles the conversion of images, videos, and audio files with utmost efficiency.

🛜 Offline Conversion: One of Mini-MC's standout features is its complete offline functionality. No internet connection is required, as all conversions take place on the client side. Your files remain secure and private, with no data sent to external servers, guaranteeing your data's confidentiality and safety.

🏞️ Image Conversion: Mini-MC is your reliable companion for converting a myriad of image formats, including JPG, JPEG, PNG, GIF, BMP, WebP, ICO, TIF, TIFF, SVG, RAW, TGA, and more. No matter the source format, MiniMC ensures your images are easily tailored to your preferences.

🎥 Video Conversion: Whether you're dealing with MP4, M4V, MP4V, 3GP, AVI, MOV, WMV, MKV, FLV, OGV, WebM, H.264, or H.265 video files, MiniMC effortlessly transcodes them into your desired format, enabling compatibility with various devices and platforms.

🔊 Audio Conversion: Enjoy the freedom to convert your audio files, including MP3, WAV, OGG, AAC, WMA, FLAC, and M4A. MiniMC allows you to modify audio formats with ease, ensuring your music and sound files are compatible with your preferred media players and devices.

😇 Open Source: Mini-MC is proudly open source, meaning it is a community-driven project that welcomes contributions from developers and enthusiasts. Its open nature promotes transparency and customization, allowing users to tailor the software to their specific needs.                    

확장 프로그램 기본 정보

이름 MiniMC MiniMC
ID mbnaeflecnnmflflfihjdhgbkofbmgod
공식 URL https://chromewebstore.google.com/detail/minimc/mbnaeflecnnmflflfihjdhgbkofbmgod
설명 Mini Media Convertor
파일 크기 10.1 MB
설치 횟수 137
현재 버전 0.1.0
최근 업데이트 2023-10-30
출시 날짜 2023-10-25
평점 5.00/5 총 8 개의 평점
개발자 andryush333
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mini-mc.app/
개인정보 보호 정책 페이지 URL https://mini-mc.app/privacy-policy/extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MiniMC",
    "description": "Mini Media Convertor",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}