Playlist Scraper

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

Cos'è Playlist Scraper?

Playlist Scraper è un'estensione di Chrome sviluppata da chrisnnchrisdev, e la sua funzione principale è "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Playlist Scraper

Scarica i file di estensione Playlist Scraper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Playlist Scraper Playlist Scraper
ID dilcjmoaegghdeciahacnapklpohipaa
URL Ufficiale https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa
Descrizione Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
Dimensione del File 54.99 KB
Conteggio Installazioni 211
Versione Corrente 1.2
Ultimo Aggiornamento 2018-10-14
Data di Pubblicazione 2018-10-14
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore chrisnnchrisdev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}