Open in Genius for YouTube Music
Chrome extension to add a "Open in Genius" feature for YouTube Music
Open in Genius for YouTube Musicとは何ですか?
Open in Genius for YouTube MusicはLucas Riondelによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to add a "Open in Genius" feature for YouTube Music」です。
拡張機能のスクリーンショット
Open in Genius for YouTube Music拡張機能のCRXファイルをダウンロード
Open in Genius for YouTube Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | giedcochfmmgnckjegbicpamdgkobgof |
| 公式URL | https://chrome.google.com/webstore/detail/open-in-genius-for-youtub/giedcochfmmgnckjegbicpamdgkobgof |
| 説明 | Chrome extension to add a "Open in Genius" feature for YouTube Music |
| ファイルサイズ | 22.27 KB |
| インストール数 | 47 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2020-05-03 |
| 公開日 | 2020-05-03 |
| 開発者 | Lucas Riondel |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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\/*"
]
}
]
} | |