BetterRYM
Improvements for RateYourMusic
BetterRYM란 무엇입니까?
BetterRYM은(는) Jake Cheek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improvements for RateYourMusic"입니다.
확장 프로그램 스크린샷
BetterRYM 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |