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