BetterRYM

Improvements for RateYourMusic

什麼是BetterRYM?

BetterRYM是由Jake Cheek開發的Chrome擴展程式,該擴展的主要功能是“Improvements for RateYourMusic”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載BetterRYM擴展crx文件

下載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
官方網址 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"
}