Now Playing Pop-up for YouTube™

Shows pop-up with every new song YouTube plays.

什么是Now Playing Pop-up for YouTube™?

Now Playing Pop-up for YouTube™是由Yuya Tanaka (ypresto)开发的Chrome扩展程序,该扩展的主要功能是“Shows pop-up with every new song YouTube plays.”。

扩展截图

screenshot

下载Now Playing Pop-up for YouTube™扩展crx文件

下载Now Playing Pop-up for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Notifies YouTube video title at every playback, like some music players (ex. Winamp or iTunes).                    

扩展基本信息

名称 Now Playing Pop-up for YouTube™ Now Playing Pop-up for YouTube™
ID hkkhehaonffoeecpfdlnmofodcllilnl
官方URL https://chrome.google.com/webstore/detail/now-playing-pop-up-for-yo/hkkhehaonffoeecpfdlnmofodcllilnl
简介 Shows pop-up with every new song YouTube plays.
文件大小 19.93 KB
安装次数 203
当前版本 2.1
更新时间 2016-10-04
上架时间 2016-10-04
评分 2.71/5 共7次评分
开发者 Yuya Tanaka (ypresto)
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ypresto
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Now Playing Pop-up for YouTube\u2122",
    "version": "2.1",
    "description": "Shows pop-up with every new song YouTube plays.",
    "author": "Yuya Tanaka",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "eventpage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch?*",
                "https:\/\/www.youtube.com\/watch?*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "notifications"
    ]
}