Playlist Scraper
Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
Vad är Playlist Scraper?
Playlist Scraper är en Chrome-tillägg utvecklad av chrisnnchrisdev, och dess huvudfunktion är "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.".
Tilläggsskärmbilder
Ladda ner Playlist Scraper-förlängningens CRX-fil
Ladda ner Playlist Scraper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | dilcjmoaegghdeciahacnapklpohipaa |
Officiell webbadress | https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa |
Beskrivning | Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music. |
Filstorlek | 54.99 KB |
Antal Installationer | 211 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-10-14 |
Publiceringsdatum | 2018-10-14 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | chrisnnchrisdev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |