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.

Οδηγίες Χρήσης της Επέκτασης

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