Set timer to watch youtube shorts
Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.
Set timer to watch youtube shorts là gì?
Set timer to watch youtube shorts là một tiện ích mở rộng Chrome được phát triển bởi projectcollabx, và tính năng chính của nó là "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.".
Ả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 Set timer to watch youtube shorts
Tải xuống các tệp mở rộng Set timer to watch youtube shorts 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
In this extension we can set timer for watching YouTube shorts, after time is completed the user will be redirected to home page of YouTube and now when the user tries to access YouTube shorts the user will be redirected to home page of YouTube. To watch shorts again the user has to reinitialize the timer. User can only set timer when YouTube is open. This extension helps users to manage their time by setting a specific time limit for watching YouTube shorts, users can avoid getting lost in endless video loops and focus on other important tasks.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pmnhboombkeplmppfdlicpbndonjjjjm |
URL Chính Thức | https://chromewebstore.google.com/detail/set-timer-to-watch-youtub/pmnhboombkeplmppfdlicpbndonjjjjm |
Mô tả | Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube. |
Kích Thước Tệp | 20.92 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-08-07 |
Ngày Phát Hành | 2023-06-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | projectcollabx |
[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": "Set timer to watch youtube shorts", "description": "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.", "version": "1.0.0", "manifest_version": 3, "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "img_231.png", "48": "img_231.png", "128": "img_231.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ] } |