Playlist Scraper

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

Co je Playlist Scraper?

Playlist Scraper je rozšíření Chrome vyvinuté chrisnnchrisdev, a jeho hlavní funkcí je „Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Playlist Scraper

Stáhněte si soubory rozšíření Playlist Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Playlist Scraper Playlist Scraper
ID dilcjmoaegghdeciahacnapklpohipaa
Oficiální URL https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa
Popis Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
Velikost souboru 54.99 KB
Počet instalací 211
Aktuální Verze 1.2
Poslední Aktualizace 2018-10-14
Datum Vydání 2018-10-14
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář chrisnnchrisdev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}