SmartYouTube Music

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

Co to jest SmartYouTube Music?

SmartYouTube Music to rozszerzenie Chrome opracowane przez Abhishek, a jego główną funkcją jest „Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SmartYouTube Music

Pobierz pliki rozszerzeń SmartYouTube Music w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa SmartYouTube Music SmartYouTube Music
ID egceloldfohnnjgnejgioilkdpocknac
Oficjalny URL https://chromewebstore.google.com/detail/smartyoutube-music/egceloldfohnnjgnejgioilkdpocknac
Opis Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.
Rozmiar pliku 144 KB
Liczba instalacji 22
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-08-17
Data Publikacji 2015-08-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Abhishek
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}