Playlist Scraper

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

Co to jest Playlist Scraper?

Playlist Scraper to rozszerzenie Chrome opracowane przez chrisnnchrisdev, a jego główną funkcją jest „Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Playlist Scraper

Pobierz pliki rozszerzeń Playlist Scraper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Playlist Scraper Playlist Scraper
ID dilcjmoaegghdeciahacnapklpohipaa
Oficjalny URL https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa
Opis Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
Rozmiar pliku 54.99 KB
Liczba instalacji 211
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-10-14
Data Publikacji 2018-10-14
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper chrisnnchrisdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}