BetterRYM
Improvements for RateYourMusic
BetterRYMคืออะไร?
BetterRYM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jake Cheek และคุณลักษณะหลักของมันคือ "Improvements for RateYourMusic"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterRYM
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BetterRYM |
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 |
อีเมล | [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" } |