SmartYouTube Music

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

SmartYouTube Music क्या है?

SmartYouTube Music Abhishek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmartYouTube Music एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम SmartYouTube Music SmartYouTube Music
ID egceloldfohnnjgnejgioilkdpocknac
आधिकारिक URL https://chromewebstore.google.com/detail/smartyoutube-music/egceloldfohnnjgnejgioilkdpocknac
विवरण Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.
फ़ाइल का आकार 144 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-08-17
प्रकाशन तिथि 2015-08-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Abhishek
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/"
    ]
}