Open in Youtube Music
Add a new navigation option to open Youtube videos in Youtube Music.
什麼是Open in Youtube Music?
Open in Youtube Music是由zacharysmith開發的Chrome擴展程式,該擴展的主要功能是“Add a new navigation option to open Youtube videos in Youtube Music.”。
擴展截圖
下載Open in Youtube Music擴展crx文件
下載Open in Youtube Music擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Adds GUI functionality to open the current youtube video in YouTube Music                     擴展基本資訊
| 名稱 |   |  
| ID | dcoopjjnhnlllfiklggkeafanfnllfnf | 
| 官方網址 | https://chromewebstore.google.com/detail/open-in-youtube-music/dcoopjjnhnlllfiklggkeafanfnllfnf | 
| 簡介 | Add a new navigation option to open Youtube videos in Youtube Music. | 
| 檔案大小 | 148 KB | 
| 安裝次數 | 21 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2022-05-17 | 
| 上架時間 | 2022-05-17 | 
| 開發者 | zacharysmith | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://cutwell.github.io/open-youtube-music/ | 
| 說明頁面URL | https://github.com/Cutwell/open-youtube-music | 
| 支援的語言 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Youtube Music",
    "version": "1.0",
    "description": "Add a new navigation option to open Youtube videos in Youtube Music.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "48": "data\/img\/icon48.png",
            "128": "data\/img\/icon128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "48": "data\/img\/icon48.png",
        "128": "data\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "data\/js\/content.js"
            ],
            "css": [
                "data\/css\/extension.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}  |  |