Better PiP
Watch your favorite content using Picture-in-Picture
Better PiP là gì?
Better PiP là một tiện ích mở rộng Chrome được phát triển bởi Linus S, và tính năng chính của nó là "Watch your favorite content using Picture-in-Picture".
Ả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 Better PiP
Tải xuống các tệp mở rộng Better PiP 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
You can watch any of your favorite content in Picture in Picture (or PiP). If you only have one monitor, this makes it much easier to watch your content without taking up valuable screen space. It Supports: • YouTube • Twitch • Newgrounds • Tubi • Most Other Sites
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nnpikangkapplbfgeniaapbmifpkfomn |
URL Chính Thức | https://chromewebstore.google.com/detail/better-pip/nnpikangkapplbfgeniaapbmifpkfomn |
Mô tả | Watch your favorite content using Picture-in-Picture |
Kích Thước Tệp | 6.18 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2023-06-13 |
Ngày Phát Hành | 2021-05-19 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Linus S |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better PiP", "description": "Watch your favorite content using Picture-in-Picture", "version": "0.1.2", "icons": { "128": "assets\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+P", "mac": "Alt+P", "chromeos": "Alt+P", "linux": "Alt+P" } } }, "permissions": [ "activeTab" ], "minimum_chrome_version": "69.0.3483.0", "manifest_version": 2 } |