Youtube on Spotify

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

Apa itu Youtube on Spotify?

Youtube on Spotify adalah ekstensi Chrome yang dikembangkan oleh https://spotify-on-youtube.herokuapp.com, dan fitur utamanya adalah "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Youtube on Spotify

Unduh file ekstensi Youtube on Spotify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Youtube on Spotify Youtube on Spotify
ID ebjgbkabcnggfocfbjgeglelojkpeobk
URL Resmi https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk
Deskripsi Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Ukuran File 713 KB
Jumlah Instalasi 237
Versi Saat Ini 2.2
Terakhir Diperbarui 2022-12-14
Tanggal Publikasi 2020-06-08
Penilaian 3.00/5 Total 1 Penilaian
Pengembang https://spotify-on-youtube.herokuapp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://spotify-on-youtube.herokuapp.com/
URL Halaman Bantuan http://spotify-on-youtube.herokuapp.com/
Bahasa yang Didukung 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"
    }
}