BetterRYM
Improvements for RateYourMusic
Wat is BetterRYM?
BetterRYM is een Chrome-extensie ontwikkeld door Jake Cheek, en de belangrijkste functie is "Improvements for RateYourMusic".
Extensie Screenshots
Download het CRX-bestand van de extensie BetterRYM
Download BetterRYM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pdbgknkejapoehgogijhmahhpiimlhjg |
| Officiële URL | https://chromewebstore.google.com/detail/betterrym/pdbgknkejapoehgogijhmahhpiimlhjg |
| Beschrijving | Improvements for RateYourMusic |
| Bestandsgrootte | 100 KB |
| Aantal Installaties | 2,108 |
| Huidige Versie | 4.25.3 |
| Laatst Bijgewerkt | 2023-08-02 |
| Publicatiedatum | 2021-03-03 |
| Beoordeling | 4.96/5 Totaal 27 Beoordelingen |
| Ontwikkelaar | Jake Cheek |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://jgchk.github.io/better-rym/ |
| Ondersteunde Talen | 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"
} | |