ThemeSong for YouTube Music™ (Enhancer)
Enhancer for YouTube Music™. Dynamic Themes, Visualizers, Side Panel Mini Player, Lyrics, Sleep Timer, Notifications, and more!
ThemeSong for YouTube Music™ (Enhancer) là gì?
ThemeSong for YouTube Music™ (Enhancer) là một tiện ích mở rộng Chrome được phát triển bởi https://themesong.app, và tính năng chính của nó là "Enhancer for YouTube Music™. Dynamic Themes, Visualizers, Side Panel Mini Player, Lyrics, Sleep Timer, Notifications, and more!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ThemeSong for YouTube Music™ (Enhancer)
Tải xuống các tệp mở rộng ThemeSong for YouTube Music™ (Enhancer) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
ENHANCER FOR YOUTUBE MUSIC™ 🎶🎨🎧🍕 HAND-CRAFTED THEMES: • ⚛️ Dynamic (Light and Dark modes): Theme dynamically changes color based on album art. Just like the mobile app! • 🎨 Static (Light and Dark modes): Pick a color, any color. • 🍎 Apple Music theme: Frosted glass and red accents. • 📱YouTube Music Mobile: Black homepage with a dynamic play page. • 🐧 Off : YouTube Music's default theme. VISUALIZERS: • Wavy: 🌊🌊🌊 • Bars: 🎹🎤 • Circles: 🔴🔵🟢🟠🟡🟣 • Spider-Verse 🕷️ • Experimental 🧪 • Retro Bars 📼 • Disco Ball 🪩 • Snowfall ❄️ Utilities and Features: • Sleep Timer: Auto-pause your music after a set amount of time. • Open in YouTube: Open the song or video on YouTube to see view counts, likes, and comments! • Search for Lyrics: Search for the song's lyrics on Genius, Musixmatch, and more! • Desktop Song Notifications (toggle-able): Quick pop-up notification on what song is playing while playing in the background. • Quick Access Panel: Quickly switch visualizers, themes, and dark/light modes right from the playbar! • Now Playing / Mini-player : Access player controls from your Chrome toolbar • Side Panel Player : Mini-player on your browser side panel CUSTOMIZATION: • No CSS knowledge needed. • Prefer more subtle accent colors? Adjust brightness and saturation from the popup! • Fine controls for brightness, saturation, and hue (Static Themes). • Adaptable settings. Different settings for each theme. • Multiple variants and settings for each visualizer. Additional features: • Also works great with the official YouTube Music™ PWA (Progressive Web App) for a native look and feel! • New enhanced fullscreen design! • Additional UI options with "Pieces" feature! AND more features on the way! STAY TUNED 🎧 ThemeSong is MIT OPEN-SOURCE (https://github.com/KristofferTroncoso/ThemeSong) 🙌 You're invited to contribute and make YouTube Music better! YouTube Music is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ThemeSong for YouTube Music™ (Enhancer) |
ID | bgfiegdbajagebogifobkhambpljbfmk |
URL Chính Thức | https://chromewebstore.google.com/detail/themesong-for-youtube-mus/bgfiegdbajagebogifobkhambpljbfmk |
Mô tả | Enhancer for YouTube Music™. Dynamic Themes, Visualizers, Side Panel Mini Player, Lyrics, Sleep Timer, Notifications, and more! |
Kích Thước Tệp | 784 KB |
Số Lần Cài Đặt | 3,566 |
Phiên Bản Hiện Tại | 1.1.6 |
Cập Nhật Lần Cuối | 2024-02-22 |
Ngày Phát Hành | 2022-03-01 |
Đánh Giá | 4.89/5 Tổng số 130 Đánh Giá |
Nhà Phát Triển | https://themesong.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.themesong.app |
Ngôn Ngữ Được Hỗ Trợ | de,en,fil,fr,vi,es,pt-BR,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.6", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "minimum_chrome_version": "105", "background": { "service_worker": "themesong-background.js" }, "permissions": [ "storage", "scripting", "notifications", "search", "sidePanel" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/icon-34.png", "default_title": "ThemeSong for YouTube Music\u2122" }, "icons": { "34": "assets\/icon-34.png", "128": "assets\/icon-128.png" }, "host_permissions": [ "https:\/\/music.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/music.youtube.com\/*" ], "run_at": "document_end", "js": [ "themesong-content.js" ] } ], "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "resources": [ "\/assets\/*" ], "matches": [ "https:\/\/music.youtube.com\/*" ] } ] } |