Picture-in-Picture for ALL Sites
Enables picture-in-picture mode, even for sites that have disabled it
Picture-in-Picture for ALL Sites là gì?
Picture-in-Picture for ALL Sites là một tiện ích mở rộng Chrome được phát triển bởi Jerome Paulos, và tính năng chính của nó là "Enables picture-in-picture mode, even for sites that have disabled it".
Ả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 Picture-in-Picture for ALL Sites
Tải xuống các tệp mở rộng Picture-in-Picture for ALL Sites 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
This extension functions similarly to the official Google extension, except it does not include Google Analytics and it ignores the `disablepictureinpicture` attribute on HTML videos. This means that sites like Netflix, Disney Plus, and Hulu will work!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Picture-in-Picture for ALL Sites |
ID | anmikanblfemkldmaldbhdejcfpodkpd |
URL Chính Thức | https://chromewebstore.google.com/detail/picture-in-picture-for-al/anmikanblfemkldmaldbhdejcfpodkpd |
Mô tả | Enables picture-in-picture mode, even for sites that have disabled it |
Kích Thước Tệp | 6.47 KB |
Số Lần Cài Đặt | 2,119 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-04-24 |
Ngày Phát Hành | 2022-04-23 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Jerome Paulos |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture-in-Picture for ALL Sites", "description": "Enables picture-in-picture mode, even for sites that have disabled it", "version": "1.0", "icons": { "128": "assets\/icon128.png" }, "action": { "default_icon": { "19": "assets\/icon19.png", "38": "assets\/icon38.png" }, "default_title": "Open Picture-in-Picture" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "manifest_version": 3 } |