Playlist Scraper

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

ما هو Playlist Scraper؟

Playlist Scraper هو إضافة Chrome تم تطويرها بواسطة chrisnnchrisdev، والميزة الرئيسية لها هي "Scrapes playlist and exports song, artist, album in a Excel friendly file. Compatible Spotify and Google Play Music.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Playlist Scraper

قم بتنزيل ملفات الامتداد Playlist Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}