RYM Extension

Automatically shows your rating whenever an album is linked, on any RYM page.

Hvad er RYM Extension?

RYM Extension er en Chrome-udvidelse udviklet af Alexandre Oliveira, og dens hovedfunktion er "Automatically shows your rating whenever an album is linked, on any RYM page.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download RYM Extension-udvidelses-CRX-fil

Download RYM Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Chrome extension for RATE YOUR MUSIC (rateyourmusic.com), a fantastic online music database. Being a heavy user — and a huge fan — of RYM since 2010, I realised that one extra feature would be tremendously helpful: the possibility of seeing your rating (to any album), on any RYM page where that album was linked, for instance: charts, lists, comment boxes, artists or record label profiles, genre pages, or profile pages from any RYM user (including yours).

With this extra feature, there's no more need to open dozens (sometimes hundreds) of new tabs for each album you find on a list just to check whether you've listened to that album already, or which rating you gave to it.                    

Grundlæggende oplysninger om udvidelsen

Navn RYM Extension RYM Extension
ID ghanajnebcpmknolhoapkpgfnjbiamep
Officiel URL https://chromewebstore.google.com/detail/rym-extension/ghanajnebcpmknolhoapkpgfnjbiamep
Beskrivelse Automatically shows your rating whenever an album is linked, on any RYM page.
Filstørrelse 35.82 KB
Antal Installationer 186
Nuværende Version 1.0 beta
Senest Opdateret 2022-08-07
Udgivelsesdato 2022-08-07
Bedømmelse 4.40/5 Samlet 5 Bedømmelser
Udvikler Alexandre Oliveira
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.buymeacoffee.com/alexandrebo
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/*.rateyourmusic.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "rymExtension.js"
            ],
            "matches": [
                "https:\/\/*.rateyourmusic.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "name": "RYM Extension",
    "version": "1.0",
    "version_name": "1.0 beta",
    "description": "Automatically shows your rating whenever an album is linked, on any RYM page.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Alexandre Oliveira"
}