SmartYouTube Music

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

SmartYouTube Musicとは何ですか?

SmartYouTube MusicはAbhishekによって開発されたChromeの拡張機能で、その主な機能は「Intelligently picks videos and skips annoying long videos when you listen music on YouTube with autoplay.」です。

拡張機能のスクリーンショット

screenshot

SmartYouTube Music拡張機能のCRXファイルをダウンロード

SmartYouTube Music拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/"
    ]
}