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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Greyson Flippo, και η κύρια λειτουργία του είναι "Music Visualizer for YouTube Music and YouTube Video. Press ' F2 ' once loaded into a webpage to start visualizing!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Music Visualizer for YouTube™ Music

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}