SmartYouTube Music

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

Vad är SmartYouTube Music?

SmartYouTube Music är en Chrome-tillägg utvecklad av Abhishek, och dess huvudfunktion är "Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.".

Tilläggsskärmbilder

screenshot

Ladda ner SmartYouTube Music-förlängningens CRX-fil

Ladda ner SmartYouTube Music-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn SmartYouTube Music SmartYouTube Music
ID egceloldfohnnjgnejgioilkdpocknac
Officiell webbadress https://chromewebstore.google.com/detail/smartyoutube-music/egceloldfohnnjgnejgioilkdpocknac
Beskrivning Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.
Filstorlek 144 KB
Antal Installationer 22
Aktuell Version 1.0
Senast Uppdaterad 2015-08-17
Publiceringsdatum 2015-08-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Abhishek
Betalningssätt free
Stödda Språk 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\/"
    ]
}