BetterRYM

Improvements for RateYourMusic

O que é BetterRYM?

BetterRYM é uma extensão do Chrome desenvolvida por Jake Cheek, e sua principal característica é "Improvements for RateYourMusic".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BetterRYM

Baixe arquivos de extensão BetterRYM no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome BetterRYM BetterRYM
ID pdbgknkejapoehgogijhmahhpiimlhjg
URL Oficial https://chromewebstore.google.com/detail/betterrym/pdbgknkejapoehgogijhmahhpiimlhjg
Descrição Improvements for RateYourMusic
Tamanho do Arquivo 100 KB
Contagem de Instalações 2,108
Versão Atual 4.25.3
Última Atualização 2023-08-02
Data de Publicação 2021-03-03
Classificação 4.96/5 Total de 27 Avaliações
Desenvolvedor Jake Cheek
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jgchk.github.io/better-rym/
Idiomas Suportados 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"
}