Lyrics ( Youtube / Youtube Music )

Displays lyrics in a flexible panel at YouTube and many other music sites

Lyrics ( Youtube / Youtube Music ) क्या है?

Lyrics ( Youtube / Youtube Music ) https://www.lyrics.co.kr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays lyrics in a flexible panel at YouTube and many other music sites"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Lyrics ( Youtube / Youtube Music ) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically load KPOP lyrics for Youtube, Youtube Music


What does this extension do?
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ 
Displays lyrics in a flexible panel at YouTube and many other music sites (see below for the full list). 

__________________________________
Supported music sites
YouTube is supported by default.
The following are supported too, but only after enabling them at the options page:
- Youtube / Youtube Music

v1.3.7: Bug fixes. (2021-10-19)
v1.3.5: Bug fixes. (2021-05-21)
v1.3.04: Bug fixes
v1.3.03: Bug fixes
v1.3.00: Bug fixes, UI Changed
v1.2.10: Bug fixes
v1.1.01: Bug fixes, Improved song matching on YouTube                    

एक्सटेंशन की मूल जानकारी

नाम Lyrics ( Youtube / Youtube Music ) Lyrics ( Youtube / Youtube Music )
ID fdpanfmdmcblgkecobjdhkgdnfilncfg
आधिकारिक URL https://chromewebstore.google.com/detail/lyrics-youtube-youtube-mu/fdpanfmdmcblgkecobjdhkgdnfilncfg
विवरण Displays lyrics in a flexible panel at YouTube and many other music sites
फ़ाइल का आकार 2.17 MB
स्थापना संख्या 12,754
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2023-08-21
प्रकाशन तिथि 2020-02-10
रेटिंग 3.45/5 कुल 82 रेटिंग्स
डेवलपर https://www.lyrics.co.kr
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_for_name__",
    "description": "__MSG_manifest_for_description__",
    "default_locale": "en",
    "version": "3.0.2",
    "icons": {
        "128": "common\/images\/ic_logo.png"
    },
    "action": {
        "default_title": "Lyrics Site",
        "default_icon": "common\/images\/ic_logo.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "libs\/jquery-2.1.4.min.js",
                "libs\/common.min.js",
                "libs\/content_scripts.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}