Playlist Scraper

Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.

Hvad er Playlist Scraper?

Playlist Scraper er en Chrome-udvidelse udviklet af chrisnnchrisdev, og dens hovedfunktion er "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Playlist Scraper-udvidelses-CRX-fil

Download Playlist Scraper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Chrome extension that scrapes playlist and exports song, artist, album in an Excel friendly file. Compatible Spotify, Youtube, and Google Play Music.

No longer works with Google Play. Will update if someone requests.                    

Grundlæggende oplysninger om udvidelsen

Navn Playlist Scraper Playlist Scraper
ID dilcjmoaegghdeciahacnapklpohipaa
Officiel URL https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa
Beskrivelse Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
Filstørrelse 54.99 KB
Antal Installationer 211
Nuværende Version 1.2
Senest Opdateret 2018-10-14
Udgivelsesdato 2018-10-14
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler chrisnnchrisdev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Playlist Scraper",
    "description": "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.",
    "author": "Christopher Nguyen",
    "version": "1.2",
    "browser_action": {
        "default_icon": "scraperExtension128.png",
        "default_popup": "popup.html",
        "default_title": "Playlist Scraper"
    },
    "icons": {
        "16": "scraperExtension16.png",
        "48": "scraperExtension48.png",
        "128": "scraperExtension128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab",
        "tabs"
    ]
}