BetterRYM
Improvements for RateYourMusic
BetterRYM là gì?
BetterRYM là một tiện ích mở rộng Chrome được phát triển bởi Jake Cheek, và tính năng chính của nó là "Improvements for RateYourMusic".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BetterRYM
Tải xuống các tệp mở rộng BetterRYM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BetterRYM |
ID | pdbgknkejapoehgogijhmahhpiimlhjg |
URL Chính Thức | https://chromewebstore.google.com/detail/betterrym/pdbgknkejapoehgogijhmahhpiimlhjg |
Mô tả | Improvements for RateYourMusic |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 2,108 |
Phiên Bản Hiện Tại | 4.25.3 |
Cập Nhật Lần Cuối | 2023-08-02 |
Ngày Phát Hành | 2021-03-03 |
Đánh Giá | 4.96/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | Jake Cheek |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://jgchk.github.io/better-rym/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |