RYM Extension

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

什么是RYM Extension?

RYM Extension是由Alexandre Oliveira开发的Chrome扩展程序,该扩展的主要功能是“Automatically shows your rating whenever an album is linked, on any RYM page.”。

扩展截图

screenshot
screenshot

下载RYM Extension扩展crx文件

下载RYM Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RYM Extension RYM Extension
ID ghanajnebcpmknolhoapkpgfnjbiamep
官方URL https://chromewebstore.google.com/detail/rym-extension/ghanajnebcpmknolhoapkpgfnjbiamep
简介 Automatically shows your rating whenever an album is linked, on any RYM page.
文件大小 35.82 KB
安装次数 186
当前版本 1.0 beta
更新时间 2022-08-07
上架时间 2022-08-07
评分 4.40/5 共5次评分
开发者 Alexandre Oliveira
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.buymeacoffee.com/alexandrebo
支持的语言 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"
}