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 là gì?

Youtube on Spotify là một tiện ích mở rộng Chrome được phát triển bởi https://spotify-on-youtube.herokuapp.com, và tính năng chính của nó là "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube on Spotify

Tải xuống các tệp mở rộng Youtube on Spotify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube on Spotify Youtube on Spotify
ID ebjgbkabcnggfocfbjgeglelojkpeobk
URL Chính Thức https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk
Mô tả Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
Kích Thước Tệp 713 KB
Số Lần Cài Đặt 237
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2020-06-08
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://spotify-on-youtube.herokuapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://spotify-on-youtube.herokuapp.com/
URL Trang Trợ Giúp http://spotify-on-youtube.herokuapp.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}