SmartYouTube Music

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

What is SmartYouTube Music?

SmartYouTube Music is a Chrome extension developed by Abhishek, and its main feature is "Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.".

Extension Screenshots

screenshot

Download SmartYouTube Music Extension CRX File

Download SmartYouTube Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name SmartYouTube Music SmartYouTube Music
ID egceloldfohnnjgnejgioilkdpocknac
Official URL https://chromewebstore.google.com/detail/smartyoutube-music/egceloldfohnnjgnejgioilkdpocknac
Description Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.
File Size 144 KB
Installation Count 22
Current Version 1.0
Last Updated 2015-08-17
Publish Date 2015-08-17
Rating 5.00/5 Total 1 Ratings
Developer Abhishek
Payment Type free
Supported Languages 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\/"
    ]
}