RYM Extension
Automatically shows your rating whenever an album is linked, on any RYM page.
RYM Extensionคืออะไร?
RYM Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandre Oliveira และคุณลักษณะหลักของมันคือ "Automatically shows your rating whenever an album is linked, on any RYM page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RYM Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" } |