Playlist Scraper

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

Apa itu Playlist Scraper?

Playlist Scraper adalah ekstensi Chrome yang dikembangkan oleh chrisnnchrisdev, dan fitur utamanya adalah "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Playlist Scraper

Unduh file ekstensi Playlist Scraper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Playlist Scraper Playlist Scraper
ID dilcjmoaegghdeciahacnapklpohipaa
URL Resmi https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa
Deskripsi Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
Ukuran File 54.99 KB
Jumlah Instalasi 211
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-10-14
Tanggal Publikasi 2018-10-14
Penilaian 2.33/5 Total 3 Penilaian
Pengembang chrisnnchrisdev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}