Radio Finder for YouTube™

Easily save your favourite songs from YouTube radios

Radio Finder for YouTube™คืออะไร?

Radio Finder for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brice Deguigne และคุณลักษณะหลักของมันคือ "Easily save your favourite songs from YouTube radios"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Radio Finder for YouTube™

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

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

                        With this extension you can quickly and easily save the current music of a YouTube radio to your Spotify playlists.

You just need to select an area where the song title appears on the video, and let the extension do the job !

Radio Finder for YouTube™ works on every YouTube radio with just a few clicks.

Features :

✔ All data are saved, once you have selected a specific region on the video, you don't need to do the manipulation again.
✔ Works with as many YouTube radios as you like.
✔ Save the song to your Spotify playlists or in your library ("Liked songs").
✔ You can see the current song details (album cover, song, artists) or the entire album on Spotify.

Completely free and without advertising.

If you have any issues or suggestion you can send it here : https://github.com/bdeguigne/Youtube-Radio-Finder/issues

Source code for full transparency : https://github.com/bdeguigne/Youtube-Radio-Finder

Made with ❤️ by Brice Deguigne.                    

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

ชื่อ Radio Finder for YouTube™ Radio Finder for YouTube™
ID gjceihjelnihmoidajeogoafcgdcghhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/radio-finder-for-youtube/gjceihjelnihmoidajeogoafcgdcghhj
คำอธิบาย Easily save your favourite songs from YouTube radios
ขนาดไฟล์ 15.35 MB
จำนวนการติดตั้ง 221
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-09-02
วันที่เผยแพร่ 2020-08-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Brice Deguigne
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Radio Finder for YouTube\u2122",
    "version": "1.0",
    "description": "Easily save your favourite songs from YouTube radios",
    "options_page": "src\/html\/options.html",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab",
        "identity"
    ],
    "background": {
        "scripts": [
            "src\/scripts\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "src\/html\/popup.html",
        "default_icon": {
            "16": "images\/ytrf16.png",
            "48": "images\/ytrf48.png",
            "128": "images\/ytrf128.png"
        }
    },
    "icons": {
        "16": "images\/ytrf16.png",
        "48": "images\/ytrf48.png",
        "128": "images\/ytrf128.png"
    },
    "web_accessible_resources": [
        "images\/check.svg",
        "images\/close.svg"
    ],
    "manifest_version": 2
}