BetterRYM
Improvements for RateYourMusic
ما هو BetterRYM؟
BetterRYM هو إضافة Chrome تم تطويرها بواسطة Jake Cheek، والميزة الرئيسية لها هي "Improvements for RateYourMusic".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BetterRYM
قم بتنزيل ملفات الامتداد BetterRYM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |