Natus - Music Videos for Spotify

Plays music videos for songs on Spotify's web player

Natus - Music Videos for Spotify란 무엇입니까?

Natus - Music Videos for Spotify은(는) Colin Kalnasy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Plays music videos for songs on Spotify's web player"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Natus - Music Videos for Spotify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Watch music videos through Spotify!

Use Spotify just like you always do and you'll see the music video in the Spotify player.                    

확장 프로그램 기본 정보

이름 Natus - Music Videos for Spotify Natus - Music Videos for Spotify
ID hhifjmpcmkfcjnbhaikpmeihpphgejdc
공식 URL https://chrome.google.com/webstore/detail/natus-music-videos-for-sp/hhifjmpcmkfcjnbhaikpmeihpphgejdc
설명 Plays music videos for songs on Spotify's web player
파일 크기 95.04 KB
설치 횟수 255
현재 버전 1.0.2
최근 업데이트 2016-05-11
출시 날짜 2016-05-11
평점 3.00/5 총 4 개의 평점
개발자 Colin Kalnasy
결제 유형 free
지원되는 언어 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"
    ]
}