AudioVibe Visuals

AudioVibe Visuals is an audio visualizer available on any web page offering different styles and color customization.

AudioVibe Visualsคืออะไร?

AudioVibe Visuals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AudioVibe และคุณลักษณะหลักของมันคือ "AudioVibe Visuals is an audio visualizer available on any web page offering different styles and color customization."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AudioVibe Visuals

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

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

                        Use the extension popup to select between different styles and create custom color palettes or try some of the default ones. Use any of your favorite music listening sites! Visuals have been optimized for placement on YouTube Music, Spotify, and SoundCloud, but will work on any website.

Features:
- Create a custom color palette up to 100 colors
- With Premium save up to 50 of your custom color palettes and unlock some of the Visualizers (Radial Bars Extended and Retro Bars)
- Enjoy free access to color customization and these visualizers: Frequency Bars, Circular Frequency Bars, and Radial Bars

Visit audiovisualizer.app for information on how to use the extension, or reach out to the developer with feature requests or issues.

AudioVibe Visuals is in continual development and aiming to provide more visuals soon!                    

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

ชื่อ AudioVibe Visuals AudioVibe Visuals
ID kepoidjiofopjffgjibnmibbfhfefigo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/audiovibe-visuals/kepoidjiofopjffgjibnmibbfhfefigo
คำอธิบาย AudioVibe Visuals is an audio visualizer available on any web page offering different styles and color customization.
ขนาดไฟล์ 1.76 MB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 2.0 Beta
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2023-10-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา AudioVibe
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://audiovisualizer.app
URL หน้าช่วยเหลือ https://audiovisualizer.app/ContactUs.html
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/33dfefc8-01c1-4c0b-adf3-8db5e859acd2
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AudioVibe Visuals",
    "short_name": "AudioVibe",
    "description": "AudioVibe Visuals is an audio visualizer available on any web page offering different styles and color customization.",
    "version": "0.2.0",
    "version_name": "2.0 Beta",
    "minimum_chrome_version": "116",
    "author": {
        "email": "[email protected]"
    },
    "permissions": [
        "tabCapture",
        "storage",
        "activeTab",
        "offscreen",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png"
        },
        "default_title": "AudioVibe Visuals",
        "default_popup": "action\/action.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/VolumeLevelBars\/GREEN.png",
                "images\/VolumeLevelBars\/YELLOW.png",
                "images\/VolumeLevelBars\/RED.png",
                "images\/VolumeLevelBars\/PEAK_RED.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "contentScripts\/ytMusic.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "contentScripts\/spotify.js"
            ]
        },
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "contentScripts\/soundcloud.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/music.youtube.com\/*",
                "https:\/\/*.spotify.com\/*",
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "contentScripts\/universal.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScripts\/contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "extPayContentScript\/extPayListenerRequirement.js"
            ],
            "run_at": "document_start"
        }
    ]
}