Youtube on Spotify

Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too

Что такое Youtube on Spotify?

Youtube on Spotify - это расширение Chrome, разработанное https://spotify-on-youtube.herokuapp.com, и его основная функция - "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple extension for Google Chrome that detects the track from your current played Youtube video. Open your favorite song on Spotify or save it to your library with a single click...
Read its lyrics too.                    

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

Название Youtube on Spotify Youtube on Spotify
ID ebjgbkabcnggfocfbjgeglelojkpeobk
Официальный URL https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk
Описание Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Размер файла 713 KB
Количество установок 237
Текущая Версия 2.2
Последнее Обновление 2022-12-14
Дата публикации 2020-06-08
Рейтинг 3.00/5 Всего 1 оценок
Разработчик https://spotify-on-youtube.herokuapp.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://spotify-on-youtube.herokuapp.com/
URL страницы помощи http://spotify-on-youtube.herokuapp.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube on Spotify",
    "version": "2.2",
    "description": "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "https:\/\/spotify-on-youtube.herokuapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "app\/main.js"
            ]
        }
    ],
    "icons": {
        "128": "\/app\/assets\/128icon.png",
        "48": "\/app\/assets\/48icon.png",
        "32": "\/app\/assets\/32icon.png",
        "16": "\/app\/assets\/16icon.png"
    }
}