Pause All Videos
Pauses all videos in all tabs
Pause All Videos là gì?
Pause All Videos là một tiện ích mở rộng Chrome được phát triển bởi Christopher Ptak, và tính năng chính của nó là "Pauses all videos in all tabs".
Ả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 Pause All Videos
Tải xuống các tệp mở rộng Pause All Videos 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 tool is intended to help people who have lots (maybe even hundreds!) of tabs open. When they restore all those tabs at once, their open videos might start playing! Instead of having to search through all the open windows and pause the videos one by one, this extension gives a simple button that pauses every video at once.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pause All Videos |
ID | mmnnojmlbmhajhklfknapikeonpjcfpf |
URL Chính Thức | https://chromewebstore.google.com/detail/pause-all-videos/mmnnojmlbmhajhklfknapikeonpjcfpf |
Mô tả | Pauses all videos in all tabs |
Kích Thước Tệp | 8.06 KB |
Số Lần Cài Đặt | 284 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2023-08-14 |
Ngày Phát Hành | 2022-11-28 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Christopher Ptak |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ChristopherPtak/PauseAllVideos |
URL Trang Trợ Giúp | https://github.com/ChristopherPtak/PauseAllVideos/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pause All Videos", "description": "Pauses all videos in all tabs", "author": "Christopher Ptak", "version": "0.2", "action": [], "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" } } |