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 là gì?
PIP Prev 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 previous…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PIP Prev
Tải xuống các tệp mở rộng PIP Prev 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 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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PIP Prev |
ID | heahgkbhffmbjlemgdcjnajhkgimmcoj |
URL Chính Thức | https://chromewebstore.google.com/detail/pip-prev/heahgkbhffmbjlemgdcjnajhkgimmcoj |
Mô tả | When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no previous… |
Kích Thước Tệp | 22.04 KB |
Số Lần Cài Đặt | 37 |
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 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 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" ] } } |