SpotiPlonk

Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).

Что такое SpotiPlonk?

SpotiPlonk - это расширение Chrome, разработанное patrik.wlund, и его основная функция - "Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).".

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

screenshot

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

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

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

                        Please note that in older versions of Spotify, this extensions requires having the "Allow Spotify to be started from the Web" option ticked in the Preferences menu of the Spotify desktop player.

NEW IN VERSION 1.0.6
– Now supports the https-links produced by recent versions of Spotify.

NEW IN VERSION 1.0.5
– If a link is opened from another application, SpotiPlonk returns focus to that other application instead of showing Chrome.                    

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

Название SpotiPlonk SpotiPlonk
ID cfghnhecnihlkmbnoigpnnacpopmalbf
Официальный URL https://chromewebstore.google.com/detail/spotiplonk/cfghnhecnihlkmbnoigpnnacpopmalbf
Описание Opens Spotify HTTP links in the Spotify desktop client instead of the web client and closes the browser tab (if one opened).
Размер файла 18.87 KB
Количество установок 29
Текущая Версия 1.0.6
Последнее Обновление 2015-08-04
Дата публикации 2015-08-04
Рейтинг 4.40/5 Всего 5 оценок
Разработчик patrik.wlund
Тип оплаты free
Поддерживаемые языки en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.6",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "request.js"
        ]
    }
}