Natus - Music Videos for Spotify

Plays music videos for songs on Spotify's web player

Wat is Natus - Music Videos for Spotify?

Natus - Music Videos for Spotify is een Chrome-extensie ontwikkeld door Colin Kalnasy, en de belangrijkste functie is "Plays music videos for songs on Spotify's web player".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Natus - Music Videos for Spotify

Download Natus - Music Videos for Spotify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Watch music videos through Spotify!

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

Basisinformatie over de Extensie

Naam Natus - Music Videos for Spotify Natus - Music Videos for Spotify
ID hhifjmpcmkfcjnbhaikpmeihpphgejdc
Officiële URL https://chrome.google.com/webstore/detail/natus-music-videos-for-sp/hhifjmpcmkfcjnbhaikpmeihpphgejdc
Beschrijving Plays music videos for songs on Spotify's web player
Bestandsgrootte 95.04 KB
Aantal Installaties 255
Huidige Versie 1.0.2
Laatst Bijgewerkt 2016-05-11
Publicatiedatum 2016-05-11
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Colin Kalnasy
Betalingswijze free
Ondersteunde Talen 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"
    ]
}