BetterRYM
Improvements for RateYourMusic
Apa itu BetterRYM?
BetterRYM adalah ekstensi Chrome yang dikembangkan oleh Jake Cheek, dan fitur utamanya adalah "Improvements for RateYourMusic".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BetterRYM
Unduh file ekstensi BetterRYM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | BetterRYM |
ID | pdbgknkejapoehgogijhmahhpiimlhjg |
URL Resmi | https://chromewebstore.google.com/detail/betterrym/pdbgknkejapoehgogijhmahhpiimlhjg |
Deskripsi | Improvements for RateYourMusic |
Ukuran File | 100 KB |
Jumlah Instalasi | 2,108 |
Versi Saat Ini | 4.25.3 |
Terakhir Diperbarui | 2023-08-02 |
Tanggal Publikasi | 2021-03-03 |
Penilaian | 4.96/5 Total 27 Penilaian |
Pengembang | Jake Cheek |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://jgchk.github.io/better-rym/ |
Bahasa yang Didukung | 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" } |