Tubify - YouTube to Spotify

Easily Add Songs from YouTube to a Spotify Playlist

Tubify - YouTube to Spotifyคืออะไร?

Tubify - YouTube to Spotify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christian Ayisi และคุณลักษณะหลักของมันคือ "Easily Add Songs from YouTube to a Spotify Playlist"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tubify - YouTube to Spotify

ดาวน์โหลดไฟล์ส่วนขยาย Tubify - YouTube to Spotify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tubify supports all languages and is the most accurate extension for adding a song on YouTube to your Spotify playlist with a single click of a button. 

How to use: 

1. After installation, click the Extension puzzle icon in your 
Chrome browser next to your profile picture.
2. Pin the extension
3. Find your favorite song on YouTube, click the Tubify extension, then click the "Add to Spotify Playlist" button. 
4. Song is added to your "Tubify" playlist on Spotify.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tubify - YouTube to Spotify Tubify - YouTube to Spotify
ID odjcdeedkbdeggimbfhpablpgmdphaem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tubify-youtube-to-spotify/odjcdeedkbdeggimbfhpablpgmdphaem
คำอธิบาย Easily Add Songs from YouTube to a Spotify Playlist
ขนาดไฟล์ 212 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2022-11-15
วันที่เผยแพร่ 2021-08-13
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Christian Ayisi
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://docs.google.com/forms/d/e/1FAIpQLSeLJWyD0T9avKqq4py3AoJKpqNoLizBKluKzbR07plhMQVPGg/viewform?usp=sf_link
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tubify - YouTube to Spotify",
    "description": "Easily Add Songs from YouTube to a Spotify Playlist",
    "version": "1.2.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}