Light picture-in-picture
Lightweight picture-in-picture / floating player addon
Light picture-in-picture là gì?
Light picture-in-picture là một tiện ích mở rộng Chrome được phát triển bởi http://picture-in-picture.com, và tính năng chính của nó là "Lightweight picture-in-picture / floating player addon".
Ả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 Light picture-in-picture
Tải xuống các tệp mở rộng Light picture-in-picture 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
Light Picture in Picture is a simple extension that activates PiP mode in online videos. Features: Easy to use - no options. Activate via toolbar icon or from the video player Works on Youtube, Vimeo, and other platforms. It also works on generic HTML5 videos.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gcnceeflimggoamelclcbhcdggcmnglm |
URL Chính Thức | https://chrome.google.com/webstore/detail/light-picture-in-picture/gcnceeflimggoamelclcbhcdggcmnglm |
Mô tả | Lightweight picture-in-picture / floating player addon |
Kích Thước Tệp | 133 KB |
Số Lần Cài Đặt | 184,161 |
Phiên Bản Hiện Tại | 0.5.2.0 |
Cập Nhật Lần Cuối | 2023-03-18 |
Ngày Phát Hành | 2022-09-12 |
Đánh Giá | 4.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://picture-in-picture.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://picture-in-picture.com |
URL Trang Chính Sách Bảo Mật | https://picture-in-picture.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "__MSG_extName__", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "__MSG_badgeTitle__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "incognito": "split", "manifest_version": 3, "minimum_chrome_version": "95.0", "name": "__MSG_extName__", "permissions": [ "storage", "scripting", "alarms" ], "host_permissions": [ " |