Playlist Scraper
Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
O que é Playlist Scraper?
Playlist Scraper é uma extensão do Chrome desenvolvida por chrisnnchrisdev, e sua principal característica é "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Playlist Scraper
Baixe arquivos de extensão Playlist Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dilcjmoaegghdeciahacnapklpohipaa |
URL Oficial | https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa |
Descrição | Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music. |
Tamanho do Arquivo | 54.99 KB |
Contagem de Instalações | 211 |
Versão Atual | 1.2 |
Última Atualização | 2018-10-14 |
Data de Publicação | 2018-10-14 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | chrisnnchrisdev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |