YouTube™ Music Visualizer

Enjoy some visuals while listening your favorite music on YouTube.

YouTube™ Music Visualizerคืออะไร?

YouTube™ Music Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grigore Mardari และคุณลักษณะหลักของมันคือ "Enjoy some visuals while listening your favorite music on YouTube."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ Music Visualizer

ดาวน์โหลดไฟล์ส่วนขยาย YouTube™ Music Visualizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        1.3.0 updated manifest to v3, bug fixes
1.2.3 fixed  settings popup not showing
1.2.2 fixed an error when extension won't start at first page load
1.2.1 circular visualizer improvements
1.2.0 multiple bug fixes
1.1.20 
- multiple popup style fixes
- added Circular visualizer (BETA)
- improved on/of behavior
1.1.9 improved animation, added donate dialog
1.1.8 fixed Pop up values in slider show up and break color picker when moused over. -- reported by Jacob Kolb.
1.1.6 stop visualizer rendering on pause -- reported by Cristian S.
1.1.0 New smoother rendering method
1.0.0 New logo
      Enable/disable 'caps'
      Added PayPal donation button
0.3.3.6 Added opacity slider 
Added change colors option.
Added change bars count option.
Added change bars height option.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube™ Music Visualizer YouTube™ Music Visualizer
ID hkidaibpkimofamahhlmadfofjnehoao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-music-visualizer/hkidaibpkimofamahhlmadfofjnehoao
คำอธิบาย Enjoy some visuals while listening your favorite music on YouTube.
ขนาดไฟล์ 99.77 KB
จำนวนการติดตั้ง 3,110
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2022-04-17
วันที่เผยแพร่ 2019-07-01
คะแนน 4.20/5 รวมทั้งหมด 70 คะแนน
ผู้พัฒนา Grigore Mardari
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Music Visualizer",
    "short_name": "Visualizer",
    "version": "1.3.0",
    "manifest_version": 3,
    "description": "Enjoy some visuals while listening your favorite music on YouTube.",
    "icons": {
        "256": "images\/256.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/256.png",
                "images\/paypal-donate-btn.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "css": [
                "styles\/notification.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "256": "images\/256.png"
        },
        "default_title": "YouTube\u2122 Music Visualizer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}