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 |
| 公式URL | 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 |
| Eメール | [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
} | |