Last.fm Scrobbler for YouTube™

Scrobbling YouTube music videos to Last.fm with support for chapters/tracks

Τι είναι το Last.fm Scrobbler for YouTube™;

Το Last.fm Scrobbler for YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rynu.smith, και η κύρια λειτουργία του είναι "Scrobbling YouTube music videos to Last.fm with support for chapters/tracks".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Last.fm Scrobbler for YouTube™

Λήψη αρχείων επέκτασης Last.fm Scrobbler for YouTube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension seemingly scrobble watched YouTube videos to the "Last.fm" service without visiting the site. Automatic scrobbling takes place 30 seconds after the music is played or at the end of the track if the track is less than 30 seconds. You can also manually scrobble the currently played song by pressing the count-down label.

Using this extension you can also like or dislike YouTube songs without the need to open the actual "Last.fm" website.

Note that to prevent unwanted scrobbling, the extension pauses the count down when the song is paused. Also, the scrobbling label, as well as the like button, only appears if you are watching a track in the "Music" or "Entertainment" categories. Of course, the user can extend categories to include localized names or completely remove the category check.

Usage Instruction:
1. Install the extension
2. Open a YouTube music or refresh an existing music tab
3. Wait for the extension to show "Connect to Last.fm"

Features:
1. Supports Love/unlove tracks
2. Supports automatic artist name detection
3. Supports cleaning the track extra info
4. Supports manually modifying the track name or artist name (if the song doesn't get recognized)
5. Supports reporting the currently playing track to "Last.fm"
6. Supports YouTube Music interface

Why do I need this extension?
If you enjoy watching music videos, this extension helps you to discover new music tracks. The "Last.fm" service suggests new music tracks based on your listening habits.

What is the "Last.fm" service? [from Wikipedia]
Last.fm is a music website founded in the United Kingdom in 2002. Using a music recommender system called "Audioscrobbler", Last.fm builds a detailed profile of each user's musical taste by recording details of the tracks the user listens to, either from Internet radio stations, or the user's computer or many portable music devices. This information is transferred ("scrobbled") to Last.fm's database either via the music player (including, among others, Spotify, Deezer, Tidal, MusicBee, SoundCloud, and Anghami) or via a plug-in installed into the user's music player. The data is then displayed on the user's profile page and compiled to create reference pages for individual artists.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Last.fm Scrobbler for YouTube™ Last.fm Scrobbler for YouTube™
ID kjhnjfldmodoikafpfhfehngokaiegok
Επίσημο URL https://chromewebstore.google.com/detail/lastfm-scrobbler-for-yout/kjhnjfldmodoikafpfhfehngokaiegok
Περιγραφή Scrobbling YouTube music videos to Last.fm with support for chapters/tracks
Μέγεθος Αρχείου 66.89 KB
Αριθμός Εγκαταστάσεων 7,721
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2022-11-15
Ημερομηνία Δημοσίευσης 2019-05-16
Αξιολόγηση 3.14/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής rynu.smith
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://add0n.com/lastfm-tool.html
Διεύθυνση URL της Σελίδας Βοήθειας https://add0n.com/lastfm-tool.html
URL της Σελίδας Πολιτικής Απορρήτου https://add0n.com/policies/rynu.smith.txt
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Last.fm Scrobbler for YouTube\u2122",
    "version": "0.3.1",
    "description": "Scrobbling YouTube music videos to Last.fm with support for chapters\/tracks",
    "permissions": [
        "storage",
        "identity",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/www.last.fm\/api\/*",
        "https:\/\/ws.audioscrobbler.com\/2.0\/*"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/data\/core\/inject.css"
            ],
            "js": [
                "\/data\/core\/inject.js"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/core\/index.html"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/add0n.com\/lastfm-tool.html?from=youtube",
    "options_ui": {
        "page": "data\/options\/index.html"
    }
}