Open in Genius for YouTube Music

Chrome extension to add a "Open in Genius" feature for YouTube Music

What is Open in Genius for YouTube Music?

Open in Genius for YouTube Music is a Chrome extension developed by Lucas Riondel, and its main feature is "Chrome extension to add a "Open in Genius" feature for YouTube Music".

Extension Screenshots

screenshot

Download Open in Genius for YouTube Music Extension CRX File

Download Open in Genius for YouTube Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Open in Genius for YouTube Music is a Google Chrome that add a button in YouTube Music webapp that allows the user to navigate quickly to Genius song page or search.                    

Extension Basic Information

Name Open in Genius for YouTube Music Open in Genius for YouTube Music
ID giedcochfmmgnckjegbicpamdgkobgof
Official URL https://chrome.google.com/webstore/detail/open-in-genius-for-youtub/giedcochfmmgnckjegbicpamdgkobgof
Description Chrome extension to add a "Open in Genius" feature for YouTube Music
File Size 22.27 KB
Installation Count 47
Current Version 0.1
Last Updated 2020-05-03
Publish Date 2020-05-03
Developer Lucas Riondel
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Genius for YouTube Music",
    "version": "0.1",
    "description": "Chrome extension to add a \"Open in Genius\" feature for YouTube Music",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ]
}