YouGenius
Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
YouGenius क्या है?
YouGenius raphael.rouvinov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouGenius एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |