Lyrics Masti Extension

Lyrics Masti Extension

Τι είναι το Lyrics Masti Extension;

Το Lyrics Masti Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.lyricsmasti.com, και η κύρια λειτουργία του είναι "Lyrics Masti Extension".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Lyrics Masti Extension

Λήψη αρχείων επέκτασης Lyrics Masti Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        LyricsMasti.com One of the Oldest Refrence Website  When it comes to Hindi Song Lyrics. We also Offer Guitar Chords & Tabs for Popular Songs. So That you Can sing N Play along. 
We Are Happy to Share that now you can Get the Lyrics of Song you watching on YouTube at the same page at Lyrics Tabs.
We also added Related Songs Tabs & Latest Added Lyrics Tabs . 

We are hoping this Extension Will help you Sing your Favorite Song With Confidence of Correct Lyrics. 

Regards
LyricsMasti Team

For Support or Feedback Please Contact us at our Twitter or Facebook Page

Twitter@LyricsMasti 
Facebook@LyricsMastiPage                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Lyrics Masti Extension Lyrics Masti Extension
ID ihbeblchmfccffchiiogfnlkonpggjli
Επίσημο URL https://chrome.google.com/webstore/detail/lyrics-masti-extension/ihbeblchmfccffchiiogfnlkonpggjli
Περιγραφή Lyrics Masti Extension
Μέγεθος Αρχείου 161 KB
Αριθμός Εγκαταστάσεων 153
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2018-05-14
Ημερομηνία Δημοσίευσης 2018-05-14
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://www.lyricsmasti.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyrics Masti Extension",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Lyrics Masti Extension",
    "homepage_url": "http:\/\/www.lyricsmasti.com",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "https:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.lyricsmasti.com\/api\/v1\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/*",
        "js\/*"
    ]
}