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
Eメール [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"
}