Music Visualizer for YouTube™ Music

Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing!

Music Visualizer for YouTube™ Musicとは何ですか?

Music Visualizer for YouTube™ MusicはGreyson Flippoによって開発されたChromeの拡張機能で、その主な機能は「Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Music Visualizer for YouTube™ Music拡張機能のCRXファイルをダウンロード

Music Visualizer for YouTube™ Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Website: http://flippoweb.com

Add a beautiful music visualizer to YouTube™ Music and YouTube™ video. Contact the developer at [email protected] to send in any information you would like to provide or do so via Chrome Web Store™. 

INSTRUCTIONS:
-open YouTube™ Music or YouTube™ 
-Start playing music or a video
-Press ' F2 ', it will open a menu on the right to activate a music visualizer and this is also where future settings will be.

What's New (Version 10.0)
-Removed Google Play™ Music support and features
-Added new color settings
-Added new setting to multiply the height of the visualizers
-Optimizations

In Development Modifications:
-More settings for customization
-Setting to multiply the height of visualizer

Future Modifications:
-Small Window Mode(similar ui as the mobile version)
-ui color picker
-Any suggestions?  


https://github.com/GreysonFlippo1/MusicVisualizer


YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

拡張機能の基本情報

名前 Music Visualizer for YouTube™ Music Music Visualizer for YouTube™ Music
ID ofhohcappnjhojpboeamfijglinngdnb
公式URL https://chromewebstore.google.com/detail/music-visualizer-for-yout/ofhohcappnjhojpboeamfijglinngdnb
説明 Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing!
ファイルサイズ 48.23 KB
インストール数 8,273
現在のバージョン 10.1
最終更新日 2021-04-25
公開日 2019-12-17
評価 3.72/5 合計 103 レビュー
開発者 Greyson Flippo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://flippoweb.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Music Visualizer for YouTube\u2122 Music",
    "version": "10.1",
    "description": "Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing!",
    "web_accessible_resources": [
        "Bar_Viz.png",
        "Wave_Viz.png",
        "Circle_Viz.png",
        "Ambient_Viz.png"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "css": [
                "visualizerCSS.css"
            ],
            "js": [
                "visualizer.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}