Playlist Converter

Songs von Webseiten einfach über playlistconverter.de zu Ihrem bevorzugtem Musikdienstleister überführen oder herunterladen

Playlist Converter là gì?

Playlist Converter là một tiện ích mở rộng Chrome được phát triển bởi http://www.playlistconverter.de, và tính năng chính của nó là "Songs von Webseiten einfach über playlistconverter.de zu Ihrem bevorzugtem Musikdienstleister überführen oder herunterladen".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Playlist Converter

Tải xuống các tệp mở rộng Playlist Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ! NEU in V 1.2.0
 - Unterstützung für google sucheergebnisse
 - Download ohne VK account
 - Anpassungen für neue deezer und open.spotify

!!!! JETZT NEU AUCH WIEDER MIT FUNKTIONIERENDEM DOWNLOAD !!!!

Download aller Songs folgender Seiten und Dienste: grooveshark,groovemp3,spotify,deltaradio,amazon,juke,last.fm, universal-music, google-music, deezer, baboom, tidal,vk.com, 8tracks, qobuz, artistxite, shazam

_______________________________________________________________________________________

Mit dieser Erweiterung können Sie ganz einfach alle Songs als Wiedergabelisten von vielen Webseiten einfach als Wiedergabeliste zu Ihren bevorzugtem Musikdienstleistern überführen, oder die Songs einfach herunterladen.

Surfen Sie z.B gerade auf amazon.de und sehen die die Titelliste der aktuellen Bravo Hits an, dann überführen Sie doch einfach diese Songs zu Spotify oder Deezer.

VK Download der Songs in dieser Version wieder funktionstüchtig!!!

Neu in 0.0.9
 - Unterstützung für einfachnurmusik.com und artistxite.de

Neu in 0.0.8
 - Filterung für titel und Artist
 - Direkter download einzelner Tracks
 - Support für https:(amazon)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Playlist Converter Playlist Converter
ID cbjdencflljcjpbophncgmjjmdcnhfpb
URL Chính Thức https://chrome.google.com/webstore/detail/playlist-converter/cbjdencflljcjpbophncgmjjmdcnhfpb
Mô tả Songs von Webseiten einfach über playlistconverter.de zu Ihrem bevorzugtem Musikdienstleister überführen oder herunterladen
Kích Thước Tệp 304 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2017-10-02
Ngày Phát Hành 2017-10-02
Đánh Giá 3.00/5 Tổng số 18 Đánh Giá
Nhà Phát Triển http://www.playlistconverter.de
Loại Thanh Toán free
Trang Web Mở Rộng http://playlistconverter.de
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "pages\/main.html",
        "default_title": "__MSG_appName__"
    },
    "description": "__MSG_appDescription__",
    "default_locale": "de",
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "minimum_chrome_version": "16.0.884",
    "version": "1.2.1",
    "web_accessible_resources": [
        "images\/play16.png",
        "images\/pause16.png",
        "images\/down16.png",
        "images\/load.gif"
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "downloads",
        "storage",
        "webNavigation",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-1.9.1.min.js",
                "js\/lib\/plcapi.js",
                "js\/utils.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/grooveshark.js"
            ],
            "matches": [
                "http:\/\/*.grooveshark.im\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/groovemp3.js"
            ],
            "matches": [
                "http:\/\/*.groovemp3.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/spotify.js"
            ],
            "matches": [
                "https:\/\/play.spotify.com\/*",
                "https:\/\/open.spotify.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/deltaradio.js"
            ],
            "matches": [
                "http:\/\/*.deltaradio.de\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/amazon.js"
            ],
            "matches": [
                "http:\/\/*.amazon.de\/*",
                "http:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.fr\/*",
                "http:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/juke.js"
            ],
            "matches": [
                "https:\/\/*.juke.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/lastfm.js"
            ],
            "matches": [
                "http:\/\/*.last.fm\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/universalmusicde.js"
            ],
            "matches": [
                "http:\/\/*.universal-music.de\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/googlemusic.js"
            ],
            "matches": [
                "https:\/\/play.google.com\/store\/music\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/google.js"
            ],
            "matches": [
                "http:\/\/*.google.de\/*",
                "http:\/\/*.google.com\/*",
                "http:\/\/*.google.fr\/*",
                "http:\/\/*.google.es\/*",
                "https:\/\/*.google.de\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.google.fr\/*",
                "https:\/\/*.google.es\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/deezer.js"
            ],
            "matches": [
                "http:\/\/*.deezer.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/rdio.js"
            ],
            "matches": [
                "http:\/\/*.rdio.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/baboom.js"
            ],
            "matches": [
                "https:\/\/*.baboom.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/tidal.js"
            ],
            "matches": [
                "http:\/\/listen.tidal.com\/*",
                "https:\/\/listen.tidal.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/vk.js"
            ],
            "matches": [
                "https:\/\/*.vk.com\/*",
                "http:\/\/*.vk.com\/*"
            ]
        },
        {
            "js": [
                "js\/vk.js",
                "js\/provider\/plc.js"
            ],
            "matches": [
                "https:\/\/*.playlistconverter.de\/*",
                "http:\/\/*.playlistconverter.de\/*",
                "http:\/\/playlistconverter.azurewebsites.net\/*",
                "https:\/\/playlistconverter.azurewebsites.net\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/soundiiz.js"
            ],
            "matches": [
                "http:\/\/*.soundiiz.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/8tracks.js"
            ],
            "matches": [
                "https:\/\/*.8tracks.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/qobuz.js"
            ],
            "matches": [
                "http:\/\/player.qobuz.com\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/artistxite.js"
            ],
            "matches": [
                "https:\/\/*.artistxite.com\/*",
                "https:\/\/*.artistxite.de\/*",
                "http:\/\/*.artistxite.com\/*",
                "http:\/\/*.artistxite.de\/*"
            ]
        },
        {
            "js": [
                "js\/provider\/shazam.js"
            ],
            "matches": [
                "https:\/\/*.shazam.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon128.png",
        "64": "images\/icon64.png"
    }
}