Convert to MP3

Convert and download video & audio files to .mp3 file format!

Convert to MP3 क्या है?

Convert to MP3 Karl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert and download video & audio files to .mp3 file format!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Convert to MP3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Convert to MP3 is an extension that let you easily convert audio or video files to mp3 file format.

Simply, drag the audio or video file in the addon's UI (top section). Once the media is added to the UI, click on the convert button to start the conversion process. Before conversion, you can adjust some settings including audio bit rate, audio sample rate, and audio channels. Moreover, you can trim the audio at desired periods.

The core for this add-on, is lame.js (https://github.com/zhuker/lamejs) JavaScript library. Please read FAQ (https://eccorem.com/apps/convert-to-mp3.html) page for this add-on to get more info on how to work with this addon.                    

एक्सटेंशन की मूल जानकारी

नाम Convert to MP3 Convert to MP3
ID jmcaliaignbbcngoipecmoahnjdmocon
आधिकारिक URL https://chromewebstore.google.com/detail/convert-to-mp3/jmcaliaignbbcngoipecmoahnjdmocon
विवरण Convert and download video & audio files to .mp3 file format!
फ़ाइल का आकार 150 KB
स्थापना संख्या 12,068
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-01-05
प्रकाशन तिथि 2019-08-28
रेटिंग 4.17/5 कुल 6 रेटिंग्स
डेवलपर Karl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://eccorem.com/apps/convert-to-mp3.html
सहायता पृष्ठ URL https://eccorem.com/apps/convert-to-mp3.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [],
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "https:\/\/eccorem.com\/apps\/convert-to-mp3.html",
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}