MP3 Downloader

Download mp3 music tracks from websites via MP3 Downloader in one click.

Qu'est-ce que MP3 Downloader ?

MP3 Downloader est une extension Chrome développée par x-Games.net, et sa fonction principale est "Download mp3 music tracks from websites via MP3 Downloader in one click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MP3 Downloader

Téléchargez les fichiers d'extension MP3 Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        MP3 Downloader allows comfortably and fast download mp3 music tracks from websites in just one click.
 
You click on the icon of the extension in your browser. MP3 files will display to you from current website and you can begin download the music tracks to your hard drive. You can play the song before downloading. 

This MP3 Downloader is not responsible for media content which you download. You should check media copyright permissions on website.                    

Informations de Base sur l'Extension

Nom MP3 Downloader MP3 Downloader
ID chpcngjafjellnapoeempnffombdnlea
URL Officiel https://chrome.google.com/webstore/detail/mp3-downloader/chpcngjafjellnapoeempnffombdnlea
Description Download mp3 music tracks from websites via MP3 Downloader in one click.
Taille du Fichier 107 KB
Nombre d'Installations 9,242
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-11-16
Date de Publication 2020-11-16
Évaluation 2.70/5 Total 10 Évaluations
Développeur x-Games.net
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.x-games.net/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "MP3 Downloader",
    "description": "Download mp3 music tracks from websites via MP3 Downloader in one click.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "",
        "downloads"
    ]
}