Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
Prevent YouTube from playing videos instantly là gì?
Prevent YouTube from playing videos instantly là một tiện ích mở rộng Chrome được phát triển bởi Muhamad Alfaifi, và tính năng chính của nó là "Prevent YouTube from playing videos when a tab is opened and not highlighted.".
Tải xuống tệp CRX của tiện ích mở rộng Prevent YouTube from playing videos instantly
Tải xuống các tệp mở rộng Prevent YouTube from playing videos instantly 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
Note: Stopped supporting extension because this feature has been implemented in chrome v46. When you right click on a youtube link and select open in a new tab, the video will play automatically, if you just want the video to chill out and download! and when you move to that tab you will play it? This extension does that. you can see the source code for this extension here: https://github.com/MuhamadFaifi/youtube-autoplay
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
URL Chính Thức | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
Mô tả | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
Kích Thước Tệp | 3.57 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2015-11-05 |
Ngày Phát Hành | 2015-11-05 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Muhamad Alfaifi |
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": "Prevent YouTube from playing videos instantly", "description": "Prevent YouTube from playing videos when a tab is opened and not highlighted.", "version": "1.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "*:\/\/www.youtube.com\/" ] } |