Natus - Music Videos for Spotify
Plays music videos for songs on Spotify's web player
What is Natus - Music Videos for Spotify?
Natus - Music Videos for Spotify is a Chrome extension developed by Colin Kalnasy, and its main feature is "Plays music videos for songs on Spotify's web player".
Extension Screenshots
Download Natus - Music Videos for Spotify Extension CRX File
Download Natus - Music Videos for Spotify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Watch music videos through Spotify! Use Spotify just like you always do and you'll see the music video in the Spotify player.
Extension Basic Information
Name | |
ID | hhifjmpcmkfcjnbhaikpmeihpphgejdc |
Official URL | https://chrome.google.com/webstore/detail/natus-music-videos-for-sp/hhifjmpcmkfcjnbhaikpmeihpphgejdc |
Description | Plays music videos for songs on Spotify's web player |
File Size | 95.04 KB |
Installation Count | 255 |
Current Version | 1.0.2 |
Last Updated | 2016-05-11 |
Publish Date | 2016-05-11 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Colin Kalnasy |
Payment Type | free |
Supported Languages | 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" ] } |