Lyrically

Get Lyrics Of Songs On Youtube, Gaana, Saavn, Bopfm, Guvera etc. Hindi English Lyrics

Lyrically क्या है?

Lyrically Shreyas Ponkshe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Lyrics Of Songs On Youtube, Gaana, Saavn, Bopfm, Guvera etc. Hindi English Lyrics"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        English,Hindi Songs Lyrics.

  Supports:
# Gaana.com
# Saavn.com 
# Youtube
# Rdio
# Hungama
# Bop.fm
# Guvera
# Raaga
# Spotify

Lyrical is free and Open Source.
Contributions are very welcome on GitHub: https://github.com/singham007/Lyrically
--------------------------------------------------------------
Feel free provide any suggestions or request features. :)                    

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

नाम Lyrically Lyrically
ID ojakdafcdblnebecmoelanfkfmdackgf
आधिकारिक URL https://chromewebstore.google.com/detail/lyrically/ojakdafcdblnebecmoelanfkfmdackgf
विवरण Get Lyrics Of Songs On Youtube, Gaana, Saavn, Bopfm, Guvera etc. Hindi English Lyrics
फ़ाइल का आकार 315 KB
स्थापना संख्या 263
वर्तमान संस्करण 1.0.24
अंतिम अपडेट 2016-05-10
प्रकाशन तिथि 2016-05-10
रेटिंग 3.85/5 कुल 13 रेटिंग्स
डेवलपर Shreyas Ponkshe
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyrically",
    "short_name": "Lyrically",
    "version": "1.0.24",
    "description": "Get Lyrics Of Songs On Youtube, Gaana, Saavn, Bopfm, Guvera etc. Hindi English Lyrics",
    "author": "Shreyas",
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "mybackground.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts\/cs_gaana.js",
                "jquery-2.1.1.min.js"
            ],
            "matches": [
                "http:\/\/gaana.com\/*",
                "http:\/\/beta.gaana.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/cs_saavn.js",
                "jquery-2.1.1.min.js"
            ],
            "matches": [
                "http:\/\/www.saavn.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/cs_hungama.js",
                "jquery-2.1.1.min.js"
            ],
            "matches": [
                "http:\/\/www.hungama.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/cs_youtube.js",
                "jquery-2.1.1.min.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/cs_guvera.js",
                "jquery-2.1.1.min.js"
            ],
            "matches": [
                "https:\/\/www.guvera.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/cs_raaga.js",
                "jquery-2.1.1.min.js"
            ],
            "matches": [
                "http:\/\/play.raaga.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/cs_grooveshark.js",
                "jquery-2.1.1.min.js"
            ],
            "matches": [
                "http:\/\/grooveshark.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content_scripts\/cs_spotify.js",
                "jquery-2.1.1.min.js"
            ],
            "matches": [
                "https:\/\/play.spotify.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "page_action": {
        "default_icon": "images\/icon64.png",
        "default_title": "Lyrically..\u266a\u266a\u266a"
    },
    "icons": {
        "128": "images\/icon-128x128.png",
        "48": "images\/icon-48x48.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}