SmartYouTube Music

Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.

ما هو SmartYouTube Music؟

SmartYouTube Music هو إضافة Chrome تم تطويرها بواسطة Abhishek، والميزة الرئيسية لها هي "Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.".

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

screenshot

تحميل ملف CRX للإضافة SmartYouTube Music

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

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

                        Do you ever get annoyed by over an hour long videos of the same artist or sometimes even of the same song when you listen back to back music on youtube in the background with autoplay? 

This extension skips any long videos autoplayed and intelligently picks new music videos based on your listening history. Discover new music like never before!                    

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

الاسم SmartYouTube Music SmartYouTube Music
ID egceloldfohnnjgnejgioilkdpocknac
عنوان URL الرسمي https://chromewebstore.google.com/detail/smartyoutube-music/egceloldfohnnjgnejgioilkdpocknac
الوصف Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.
حجم الملف 144 KB
عدد التثبيتات 22
النسخة الحالية 1.0
آخر تحديث 2015-08-17
تاريخ النشر 2015-08-17
تقييم 5.00/5 مجموع تقييمات 1
المطور Abhishek
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/eventpage.js",
            "js\/jquery-2.1.4.min.js"
        ]
    },
    "name": "SmartYouTube Music",
    "description": "Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.",
    "version": "1.0",
    "icons": {
        "16": "icons\/smart-youtube16.png",
        "48": "icons\/smart-youtube48.png",
        "128": "icons\/smart-youtube128.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/*.youtube.com\/*",
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}