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
官方網址 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"
    ]
}