Open in YouTube for YouTube Music

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

什麼是Open in YouTube for YouTube Music?

Open in YouTube for YouTube Music是由Lucas Riondel開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to add a "Open in YouTube" feature for YouTube Music”。

擴展截圖

screenshot

下載Open in YouTube for YouTube Music擴展crx文件

下載Open in YouTube for YouTube Music擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Open in YouTube for YouTube Music is a Google Chrome that add items in YouTube Music's contextual menu that allows the user to navigate quickly to the linked YouTube ressources.

Known bugs :
- If the contextual menu is larger than the screen (forcing you to scroll to access items), added items won't work.                    

擴展基本資訊

名稱 Open in YouTube for YouTube Music Open in YouTube for YouTube Music
ID odekbjpmanmghgfppjdkbnechlkacojc
官方網址 https://chromewebstore.google.com/detail/open-in-youtube-for-youtu/odekbjpmanmghgfppjdkbnechlkacojc
簡介 Chrome extension to add a "Open in YouTube" feature for YouTube Music
檔案大小 17.42 KB
安裝次數 1,260
目前版本 0.3
更新時間 2020-12-19
上架時間 2020-05-03
評分 2.00/5 共 7 次評分
開發者 Lucas Riondel
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in YouTube for YouTube Music",
    "version": "0.3",
    "description": "Chrome extension to add a \"Open in YouTube\" 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\/*"
            ]
        }
    ]
}