Spotify Launcher

Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.

Что такое Spotify Launcher?

Spotify Launcher - это расширение Chrome, разработанное https://sergio.cat, и его основная функция - "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Spotify Launcher

Скачайте файлы расширений Spotify Launcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Spotify Launcher Spotify Launcher
ID ijckohcliadaplkahbcfdcahjkchbfcc
Официальный URL https://chromewebstore.google.com/detail/spotify-launcher/ijckohcliadaplkahbcfdcahjkchbfcc
Описание Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.
Размер файла 439 KB
Количество установок 502
Текущая Версия 1.2
Последнее Обновление 2015-03-11
Дата публикации 2015-03-11
Рейтинг 3.00/5 Всего 4 оценок
Разработчик https://sergio.cat
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify Launcher",
    "description": "Launches Spotify's native client instead of webplayer's useless landing page when Spotify links are opened.",
    "version": "1.2",
    "author": {
        "name": "Sergio Cruz",
        "url": "http:\/\/sergio.cat\/"
    },
    "content_scripts": [
        {
            "js": [
                "extension.js"
            ],
            "css": [
                "extension.css"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/play.spotify.com\/*"
            ]
        }
    ]
}