Playlist Exporter

Export Playlists.

Qu'est-ce que Playlist Exporter ?

Playlist Exporter est une extension Chrome développée par http://dblk.org, et sa fonction principale est "Export Playlists.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Playlist Exporter

Téléchargez les fichiers d'extension Playlist Exporter 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

                        Export playlists in CSV or Groovylists file.
Currently you can only export playlist from Deezer.com.

Visit Deezer, and go to any album or playlist, you'll see a button "Export" close to "Listen" (see screenshots).

Simply click on it, and you'll retrieve your playlist.

Open with your favorite spreadsheet software or copy/paste to groovylists to import.                    

Informations de Base sur l'Extension

Nom Playlist Exporter Playlist Exporter
ID ipdibomfjmifchhealolhhmocbfnjemj
URL Officiel https://chrome.google.com/webstore/detail/playlist-exporter/ipdibomfjmifchhealolhhmocbfnjemj
Description Export Playlists.
Taille du Fichier 26.15 KB
Nombre d'Installations 1,382
Version Actuelle 0.2.9
Dernière Mise à Jour 2016-04-19
Date de Publication 2016-04-19
Évaluation 2.31/5 Total 42 Évaluations
Développeur http://dblk.org
Type de Paiement free
Site Web de l'Extension http://dblk.org/pexporter
Langues Prises en Charge en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.2.9",
    "manifest_version": 2,
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deezer.com\/*"
            ],
            "css": [
                "pExport.css"
            ],
            "js": [
                "pExport.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.deezer.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "pExport-0.2.9.js",
        "img\/pExport.png"
    ]
}