PIP Next

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

PIP Next là gì?

PIP Next là một tiện ích mở rộng Chrome được phát triển bởi videozang, và tính năng chính của nó là "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PIP Next

Tải xuống các tệp mở rộng PIP Next dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PIP Next PIP Next
ID kiliibbgffnhndgbcpljbeihimcojagc
URL Chính Thức https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc
Mô tả When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Kích Thước Tệp 22.2 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-08-26
Ngày Phát Hành 2020-08-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển videozang
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://youtube-playlist-randomizer.bitbucket.io/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PIP Next",
    "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"
        ]
    }
}