Open in Genius for YouTube Music

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

Vad är Open in Genius for YouTube Music?

Open in Genius for YouTube Music är en Chrome-tillägg utvecklad av Lucas Riondel, och dess huvudfunktion är "Chrome extension to add a "Open in Genius" feature for YouTube Music".

Tilläggsskärmbilder

screenshot

Ladda ner Open in Genius for YouTube Music-förlängningens CRX-fil

Ladda ner Open in Genius for YouTube Music-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Open in Genius for YouTube Music Open in Genius for YouTube Music
ID giedcochfmmgnckjegbicpamdgkobgof
Officiell webbadress https://chrome.google.com/webstore/detail/open-in-genius-for-youtub/giedcochfmmgnckjegbicpamdgkobgof
Beskrivning Chrome extension to add a "Open in Genius" feature for YouTube Music
Filstorlek 22.27 KB
Antal Installationer 47
Aktuell Version 0.1
Senast Uppdaterad 2020-05-03
Publiceringsdatum 2020-05-03
Utvecklare Lucas Riondel
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}