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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| ID | odekbjpmanmghgfppjdkbnechlkacojc |
| 公式URL | 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 |
| Eメール | [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\/*"
]
}
]
} | |