BackLog for Rate Your Music

A Rate Your Music extension that allows you to BackLog albums.

Wat is BackLog for Rate Your Music?

BackLog for Rate Your Music is een Chrome-extensie ontwikkeld door Andrew Glanz, en de belangrijkste functie is "A Rate Your Music extension that allows you to BackLog albums.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BackLog for Rate Your Music

Download BackLog for Rate Your Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Do you find it difficult to remember every album you want to listen to while browsing Rate Your Music? Are you tired of your bookmarks being clogged with Rate Your Music links? Well, here's a solution.

If you are an avid user of Rate Your Music, you have certainly run into the issue of managing your backlog. Managing and tracking your backlog can be overwhelming and time consuming, and Rate Your Music lacks a way to easily categorize music you would like to eventually listen to. BackLog is here to solve this issue.

BackLog will allow you to store the albums you want to listen to in an extension, freeing your bookmarks bar from unnecessary links.

With BackLog, you can sort your albums with beautiful cover art, filter by specified criteria, and head directly to the Rate Your Music page to read reviews and rate the album! You can even click the "I'm Feeling Lucky" button if you want BackLog to choose an album from your BackLog for you to listen to!

FEATURES

Album Filtering:
Backlog includes filtering by all sorts of criteria, such as Album, Artist, Genre, Rating, and Date Added. 

BackLog Searching: 
You can also search your Backlog with the search bar in order to narrow down your results! You can filter these results even more by using the filters. BackLog will dynamically filter your search results based off of what you select!
 
BackLog Management:
Managing your BackLog is important, so you can individually delete unwanted items from it with a single click. You can even delete your entire BackLog with one button!

INSTALLATION 

BackLog installs as an extension on Chrome. Click on the BackLog icon to open the extension.

When you find an album you want to BackLog, click the "BackLog this album" button to store it in the extension!

If you would like to search your BackLog, you can utilize the search bar and find albums based off of the criteria you provide. If you want BackLog to choose an album for you, click the "I'm Feeling Lucky" button.

You can also sort via Album, Artist, Genre, Rating, and Date Added via the blue button under the search bar. Click these buttons multiple times to toggle between a descending and ascending sort. These filters even work when searching!

Once an album has been stored in BackLog, you can click on the album to take yourself to it's Rate Your Music page.

You can delete albums by hovering over them and clicking the X in the top left corner. You can clear your entire BackLog by hitting the red "Clear All" button. Keep in mind, this is PERMANENT and cannot be undone!

PRIVACY & SECURITY

BackLog does not collect ANY of your personal data. It simply requires Local Storage permission so that your BackLog doesn’t get erased after you close Chrome or turn off your PC.

SUPPORT

If you encounter a bug, please contact me on Github or via email! 

Github: andrewglanzzz

Email: [email protected]                    

Basisinformatie over de Extensie

Naam BackLog for Rate Your Music BackLog for Rate Your Music
ID leopcflddppgddfhppgachdogbkmdjfa
Officiële URL https://chromewebstore.google.com/detail/backlog-for-rate-your-mus/leopcflddppgddfhppgachdogbkmdjfa
Beschrijving A Rate Your Music extension that allows you to BackLog albums.
Bestandsgrootte 781 KB
Aantal Installaties 73
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-09-24
Publicatiedatum 2023-09-24
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Andrew Glanz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/andrewglanzzz/BackLog
Help Pagina-URL https://github.com/andrewglanzzz
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A Rate Your Music extension that allows you to BackLog albums.",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "BackLog for Rate Your Music",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/rateyourmusic.com\/release\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}