PIP Prev

When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…

什么是PIP Prev?

PIP Prev是由videozang开发的Chrome扩展程序,该扩展的主要功能是“When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…”。

扩展截图

screenshot

下载PIP Prev扩展crx文件

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

扩展使用说明

                        When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous track button on the PIP screen. You have to go back to the original tab to use the prev button. It is very annoying while you are browsing other tabs.

With this extension, the player will go back to previous video each time you click it (you'd better to pin it).                    

扩展基本信息

名称 PIP Prev PIP Prev
ID heahgkbhffmbjlemgdcjnajhkgimmcoj
官方URL https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj
简介 When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous…
文件大小 22.04 KB
安装次数 37
当前版本 0.3
更新时间 2020-08-26
上架时间 2020-08-24
评分 5.00/5 共2次评分
开发者 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 Prev",
    "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"
        ]
    }
}