YouGenius

Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.

Τι είναι το YouGenius;

Το YouGenius είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον raphael.rouvinov, και η κύρια λειτουργία του είναι "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".

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

screenshot

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

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

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

                        YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.                    

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

Όνομα YouGenius YouGenius
ID bhhdjafmibffbkeepohbjknojlhnmlhm
Επίσημο URL https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm
Περιγραφή Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Μέγεθος Αρχείου 1.88 MB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2014-11-23
Ημερομηνία Δημοσίευσης 2014-11-23
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής raphael.rouvinov
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://raphaelrk.com
Διεύθυνση URL της Σελίδας Βοήθειας http://github.com/AndrewSB/YouGenius
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouGenius",
    "version": "0.2",
    "description": "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/tunod\/YouGenius",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/",
        "http:\/\/idontfuckwithu.herokuapp.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "YouGenius",
        "default_popup": "popup.html"
    }
}