MP3 Downloader

MP3 Downloader app downloads mp3 music from websites.

MP3 Downloader क्या है?

MP3 Downloader MP3 Tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MP3 Downloader app downloads mp3 music from websites."।

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

screenshot

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

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

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

                        MP3 Downloader can download music tracks in mp3 format from most websites. 

Instructions:
- Click to icon on the current page for display popup.
- In the popup is showing mp3 files from current page. 
- Click to downloading one song or download all files. 
- You can playing mp3 in popup.

Notice:
MP3 Downloader is not responsible for media content which you download. We recommended to check media copyright permissions. Download of Youtube m3p to HDD is is intentionally locked.                    

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

नाम MP3 Downloader MP3 Downloader
ID dklpoegflpcjifjkecojebbpahjmakgp
आधिकारिक URL https://chromewebstore.google.com/detail/mp3-downloader/dklpoegflpcjifjkecojebbpahjmakgp
विवरण MP3 Downloader app downloads mp3 music from websites.
फ़ाइल का आकार 110 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-10-02
प्रकाशन तिथि 2023-10-01
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर MP3 Tools
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "MP3 Downloader",
    "description": "MP3 Downloader app downloads mp3 music from websites.",
    "permissions": [
        "downloads",
        "tabs"
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}