Playlist Scraper
Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
Qu'est-ce que Playlist Scraper ?
Playlist Scraper est une extension Chrome développée par chrisnnchrisdev, et sa fonction principale est "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Playlist Scraper
Téléchargez les fichiers d'extension Playlist Scraper 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
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.
Informations de Base sur l'Extension
Nom | |
ID | dilcjmoaegghdeciahacnapklpohipaa |
URL Officiel | https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa |
Description | Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music. |
Taille du Fichier | 54.99 KB |
Nombre d'Installations | 211 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-10-14 |
Date de Publication | 2018-10-14 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | chrisnnchrisdev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |