RYM Extension

Automatically shows your rating whenever an album is linked, on any RYM page.

RYM Extension란 무엇입니까?

RYM Extension은(는) Alexandre Oliveira에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically shows your rating whenever an album is linked, on any RYM page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

RYM Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}