Spotify Web Visualizer

Full screen visualizer for Spotify Web

Spotify Web Visualizerคืออะไร?

Spotify Web Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://nikodraca.com และคุณลักษณะหลักของมันคือ "Full screen visualizer for Spotify Web"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spotify Web Visualizer

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

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

                        Allows you to enter a full screen visualizer while listening to Spotify on the web. 

Perfect for displaying artwork while listening to music on the web.

Change Log:

v0.2.1 (2020/04/01)
- Fixed MutationObserver bug
- Implemented pre-loading for images
- Fixed audio control                    

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

ชื่อ Spotify Web Visualizer Spotify Web Visualizer
ID cioamabllelecbeliakinadcmlilkigp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/spotify-web-visualizer/cioamabllelecbeliakinadcmlilkigp
คำอธิบาย Full screen visualizer for Spotify Web
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2020-05-22
วันที่เผยแพร่ 2020-05-22
คะแนน 2.28/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา http://nikodraca.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nikodraca.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify Web Visualizer",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Full screen visualizer for Spotify Web",
    "homepage_url": "http:\/\/www.nikodraca.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/open.spotify.com\/*",
        "debugger"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ]
}