PIP Progress

When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…

什么是PIP Progress?

PIP Progress是由videozang开发的Chrome扩展程序,该扩展的主要功能是“When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…”。

扩展截图

screenshot

下载PIP Progress扩展crx文件

下载PIP Progress扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, 
With this extension, you will see the progress of current video through the icon change and the tooltip on the icon (you'd better to pin it).                    

扩展基本信息

名称 PIP Progress PIP Progress
ID ppolnlcdkhoijpacncboankcnpbgafem
官方URL https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem
简介 When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
文件大小 77.09 KB
安装次数 23
当前版本 0.3
更新时间 2020-09-07
上架时间 2020-09-02
评分 5.00/5 共1次评分
开发者 videozang
电子邮箱 [email protected]
付费类型 free
扩展官网 https://youtube-playlist-randomizer.bitbucket.io/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PIP Progress",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube-playlist-randomizer.bitbucket.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}