BetterRYM

Improvements for RateYourMusic

Что такое BetterRYM?

BetterRYM - это расширение Chrome, разработанное Jake Cheek, и его основная функция - "Improvements for RateYourMusic".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BetterRYM

Скачайте файлы расширений BetterRYM в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название BetterRYM BetterRYM
ID pdbgknkejapoehgogijhmahhpiimlhjg
Официальный URL https://chromewebstore.google.com/detail/betterrym/pdbgknkejapoehgogijhmahhpiimlhjg
Описание Improvements for RateYourMusic
Размер файла 100 KB
Количество установок 2,108
Текущая Версия 4.25.3
Последнее Обновление 2023-08-02
Дата публикации 2021-03-03
Рейтинг 4.96/5 Всего 27 оценок
Разработчик Jake Cheek
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://jgchk.github.io/better-rym/
Поддерживаемые языки 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"
}