BetterRYM
Improvements for RateYourMusic
BetterRYMとは何ですか?
BetterRYMはJake Cheekによって開発されたChromeの拡張機能で、その主な機能は「Improvements for RateYourMusic」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| ID | pdbgknkejapoehgogijhmahhpiimlhjg |
| 公式URL | 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 |
| Eメール | [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"
} | |