BetterRYM

Improvements for RateYourMusic

What is BetterRYM?

BetterRYM is a Chrome extension developed by Jake Cheek, and its main feature is "Improvements for RateYourMusic".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download BetterRYM Extension CRX File

Download BetterRYM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        BetterRYM enhances RateYourMusic with many quality-of-life features!

- Adds missing streaming links on release pages
- Auto-fill the Add Release page just by pasting a link
- Download hi-res cover art
- Filter your collection by release type
- Convert stream links to embed codes
- Edit your profile page inline with markup preview                    

Extension Basic Information

Name BetterRYM BetterRYM
ID pdbgknkejapoehgogijhmahhpiimlhjg
Official URL https://chromewebstore.google.com/detail/betterrym/pdbgknkejapoehgogijhmahhpiimlhjg
Description Improvements for RateYourMusic
File Size 100 KB
Installation Count 2,108
Current Version 4.25.3
Last Updated 2023-08-02
Publish Date 2021-03-03
Rating 4.96/5 Total 27 Ratings
Developer Jake Cheek
Email [email protected]
Payment Type free
Extension Website https://jgchk.github.io/better-rym/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterRYM",
    "icons": {
        "16": "sonemic-16.png",
        "48": "sonemic-48.png",
        "128": "sonemic-128.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "browser-polyfill.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.rateyourmusic.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "extension-enabled-19.png",
            "38": "extension-enabled-38.png"
        },
        "default_title": "BetterRYM enabled"
    },
    "permissions": [
        "storage",
        "downloads",
        "tabs",
        "*:\/\/*\/*"
    ],
    "description": "Improvements for RateYourMusic",
    "version": "4.25.3"
}