Natus - Music Videos for Spotify
Plays music videos for songs on Spotify's web player
Natus - Music Videos for Spotify là gì?
Natus - Music Videos for Spotify là một tiện ích mở rộng Chrome được phát triển bởi Colin Kalnasy, và tính năng chính của nó là "Plays music videos for songs on Spotify's web player".
Ả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 Natus - Music Videos for Spotify
Tải xuống các tệp mở rộng Natus - Music Videos for Spotify 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
Watch music videos through Spotify! Use Spotify just like you always do and you'll see the music video in the Spotify player.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hhifjmpcmkfcjnbhaikpmeihpphgejdc |
URL Chính Thức | https://chrome.google.com/webstore/detail/natus-music-videos-for-sp/hhifjmpcmkfcjnbhaikpmeihpphgejdc |
Mô tả | Plays music videos for songs on Spotify's web player |
Kích Thước Tệp | 95.04 KB |
Số Lần Cài Đặt | 255 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2016-05-11 |
Ngày Phát Hành | 2016-05-11 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Colin Kalnasy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Natus - Music Videos for Spotify", "manifest_version": 2, "version": "1.0.2", "description": "Plays music videos for songs on Spotify's web player", "content_scripts": [ { "matches": [ "*:\/\/play.spotify.com\/*" ], "js": [ "js\/bundle.min.js" ], "css": [ "css\/spotify.css" ] }, { "matches": [ "*:\/\/www.youtube.com\/embed*origin=*play.spotify.com" ], "all_frames": true, "css": [ "css\/youtubeIframe.css" ] } ], "permissions": [ "tabs", "https:\/\/play.spotify.com\/*", "https:\/\/musicoplayer.com\/", "https:\/\/www.youtube.com\/*" ], "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ "iframe\/iframe.*", "node_modules\/video.js\/dist\/video-js.min.css", "node_modules\/video.js\/dist\/video.min.js", "node_modules\/videojs-youtube\/dist\/Youtube.min.js", "css\/youtubeIframe.css" ] } |