RYM Extension

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

RYM Extension क्या है?

RYM Extension Alexandre Oliveira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically shows your rating whenever an album is linked, on any RYM page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RYM Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}