Add Song to Youtube Playlist

Works with Pandora and IHeartRadio only.

ما هو Add Song to Youtube Playlist؟

Add Song to Youtube Playlist هو إضافة Chrome تم تطويرها بواسطة andyschutzman، والميزة الرئيسية لها هي "Works with Pandora and IHeartRadio only.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Add Song to Youtube Playlist

قم بتنزيل ملفات الامتداد Add Song to Youtube Playlist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Add songs from IHeart and Pandora to a Youtube playlist.  Also create and delete your playlists.  Double click on the song image to listen to it on repeat.  Just look for the "Playlist" (Add to selected playlist) and "Config" buttons.

*There will be a pop-up the first time to authenticate
*Playlist has to be created before it can be selected
*My first plugin so don't expect gold, just made it for fun                    

معلومات أساسية عن التمديد

الاسم Add Song to Youtube Playlist Add Song to Youtube Playlist
ID ongallikkmodjflmlkphhpepdbgkcfji
عنوان URL الرسمي https://chromewebstore.google.com/detail/add-song-to-youtube-playl/ongallikkmodjflmlkphhpepdbgkcfji
الوصف Works with Pandora and IHeartRadio only.
حجم الملف 41.9 KB
عدد التثبيتات 54
النسخة الحالية 0.0.0.4
آخر تحديث 2013-11-14
تاريخ النشر 2013-11-14
تقييم 3.00/5 مجموع تقييمات 2
المطور andyschutzman
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add Song to Youtube Playlist",
    "description": "Works with Pandora and IHeartRadio only.",
    "version": "0.0.0.4",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/gdata.youtube.com\/*",
        "https:\/\/www.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pandora.com\/*",
                "*:\/\/*.iheart.com\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "playlist.js"
            ],
            "run_at": "document_end"
        }
    ]
}