SmartYouTube Music

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

Co je SmartYouTube Music?

SmartYouTube Music je rozšíření Chrome vyvinuté Abhishek, a jeho hlavní funkcí je „Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SmartYouTube Music

Stáhněte si soubory rozšíření SmartYouTube Music ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název SmartYouTube Music SmartYouTube Music
ID egceloldfohnnjgnejgioilkdpocknac
Oficiální URL https://chromewebstore.google.com/detail/smartyoutube-music/egceloldfohnnjgnejgioilkdpocknac
Popis Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.
Velikost souboru 144 KB
Počet instalací 22
Aktuální Verze 1.0
Poslední Aktualizace 2015-08-17
Datum Vydání 2015-08-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Abhishek
Typ Platby free
Podporované Jazyky 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\/"
    ]
}