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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |