Playlist Scraper

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

什么是Playlist Scraper?

Playlist Scraper是由chrisnnchrisdev开发的Chrome扩展程序,该扩展的主要功能是“Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.”。

扩展截图

screenshot
screenshot
screenshot

下载Playlist Scraper扩展crx文件

下载Playlist Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Playlist Scraper Playlist Scraper
ID dilcjmoaegghdeciahacnapklpohipaa
官方URL https://chrome.google.com/webstore/detail/playlist-scraper/dilcjmoaegghdeciahacnapklpohipaa
简介 Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.
文件大小 54.99 KB
安装次数 211
当前版本 1.2
更新时间 2018-10-14
上架时间 2018-10-14
评分 2.33/5 共3次评分
开发者 chrisnnchrisdev
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}