Playlist Scraper
Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
Was ist Playlist Scraper?
Playlist Scraper ist eine Chrome-Erweiterung, die von chrisnnchrisdev entwickelt wurde, und ihr Hauptmerkmal ist "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.".
Erweiterungsscreenshots
Playlist Scraper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Playlist Scraper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dilcjmoaegghdeciahacnapklpohipaa |
Offizielle URL | https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa |
Beschreibung | Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music. |
Dateigröße | 54.99 KB |
Installationsanzahl | 211 |
Aktuelle Version | 1.2 |
Letztes Update | 2018-10-14 |
Veröffentlichungsdatum | 2018-10-14 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | chrisnnchrisdev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |