SmartYouTube Music

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

Wat is SmartYouTube Music?

SmartYouTube Music is een Chrome-extensie ontwikkeld door Abhishek, en de belangrijkste functie is "Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SmartYouTube Music

Download SmartYouTube Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam SmartYouTube Music SmartYouTube Music
ID egceloldfohnnjgnejgioilkdpocknac
Officiële URL https://chromewebstore.google.com/detail/smartyoutube-music/egceloldfohnnjgnejgioilkdpocknac
Beschrijving Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.
Bestandsgrootte 144 KB
Aantal Installaties 22
Huidige Versie 1.0
Laatst Bijgewerkt 2015-08-17
Publicatiedatum 2015-08-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Abhishek
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}