Christian Lyrics for Youtube

Find Christian music lyrics on Youtube videos

Τι είναι το Christian Lyrics for Youtube;

Το Christian Lyrics for Youtube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OGAWINapp, και η κύρια λειτουργία του είναι "Find Christian music lyrics on Youtube videos".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Christian Lyrics for Youtube

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

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

                        Easily find the lyrics of Christian music videos on Youtube.

Christian Lyrics for Youtube
======================

Want to easily retrieve the lyrics of the Christian music videos you watch on Youtube?
This extension makes it possible and thus allows you to have an integration of the lyrics directly next to the Youtube video.

Do you like the tool? Leave a review for the extension. All opinions are consulted ❤

★ Features:

➤ Automatic detection of Christian clips
➤ Automation of Christian Lyrics retrieval
➤ Displaying lyrics next to the Youtube video being played
➤ Possibility to manually launch Lyrics retrieval on a video
➤ Ability to hide Lyrics (if you don't need it)

➤ Extension translated for French/English/Spanish languages

★ Updates:
➤ version 0.2
     Improvement allowing to find the Lyrics of more clips                    

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

Όνομα Christian Lyrics for Youtube Christian Lyrics for Youtube
ID gegnciblbhdadifnhkkccmjeeaikaiab
Επίσημο URL https://chromewebstore.google.com/detail/christian-lyrics-for-yout/gegnciblbhdadifnhkkccmjeeaikaiab
Περιγραφή Find Christian music lyrics on Youtube videos
Μέγεθος Αρχείου 650 KB
Αριθμός Εγκαταστάσεων 33
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2022-11-11
Ημερομηνία Δημοσίευσης 2022-11-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής OGAWINapp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,en-GB,en-US,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "fr",
    "version": "0.2",
    "icons": {
        "16": "\/images\/logo_32_32_up.png",
        "32": "\/images\/logo_32_32_up.png",
        "48": "\/images\/logo_64_64_up.png",
        "128": "\/images\/logo_256_256_up.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "page\/*",
                "images\/*",
                "fonts\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_32_32_up.png",
            "32": "\/images\/logo_32_32_up.png",
            "48": "\/images\/logo_64_64_up.png",
            "128": "\/images\/logo_256_256_up.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*",
                "https:\/\/*.google.com\/search?q*",
                "https:\/\/*.duckduckgo.com\/?q*",
                "https:\/\/*.musixmatch.com\/*",
                "https:\/\/*.lyricsmania.com\/*",
                "https:\/\/*.genius.com\/*",
                "https:\/\/*.letras.com\/*",
                "https:\/\/*.muslyrics.com\/lyrics\/*",
                "https:\/\/*.afrikalyrics.com\/*",
                "https:\/\/*.lyricstranslate.com\/*",
                "https:\/\/*.greatsong.net\/*",
                "https:\/\/*.topmusic.topchretien.com\/*"
            ],
            "js": [
                "content.js",
                "third-parties\/jquery-3.6.0.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}