Youtube Radio

Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.

ما هو Youtube Radio؟

Youtube Radio هو إضافة Chrome تم تطويرها بواسطة Daniel Ravina، والميزة الرئيسية لها هي "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Youtube Radio

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

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

                        Have you ever wanted to "listen only" to a youtube video/playlist? There are so many great tracks out there where the visuals and the comments are simply one big distraction. Instead of scrolling down the page or minimizing the window at your workplace, you can enjoy good music with no interruptions all day long!                    

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

الاسم Youtube Radio Youtube Radio
ID acdpmpdeondncfaamflcbfpeackcgjml
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml
الوصف Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
حجم الملف 57.02 KB
عدد التثبيتات 349
النسخة الحالية 0.0.1
آخر تحديث 2015-10-27
تاريخ النشر 2015-10-26
تقييم 3.89/5 مجموع تقييمات 9
المطور Daniel Ravina
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Radio",
    "version": "0.0.1",
    "description": "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Daniel Ravina",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*",
                "http:\/\/youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}