YouPause
Automatically pauses Youtube videos when they're in a background tab.
YouPause là gì?
YouPause là một tiện ích mở rộng Chrome được phát triển bởi cI_-__-_Io, và tính năng chính của nó là "Automatically pauses Youtube videos when they're in a background tab.".
Ả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 YouPause
Tải xuống các tệp mở rộng YouPause 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
YouPause is a Google Chrome extension that automatically pauses YouTube videos when they're in a background tab. That way, only the current (focused) Youtube video is playing. If you open a new YouTube tab in the background it will start downloading silently.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dnelpbglhemmgopmfbhkcedddfnfeani |
URL Chính Thức | https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani |
Mô tả | Automatically pauses Youtube videos when they're in a background tab. |
Kích Thước Tệp | 70.32 KB |
Số Lần Cài Đặt | 121 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2014-01-11 |
Ngày Phát Hành | 2014-01-11 |
Đánh Giá | 4.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | cI_-__-_Io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://cod3.net/reddit/YouPause/ |
URL Trang Trợ Giúp | http://redd.it/1t93v7 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouPause", "version": "1.2.0", "description": "Automatically pauses Youtube videos when they're in a background tab.", "page_action": { "default_icon": { "19": "img\/icon-19.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "default_title": "YouPause" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*.youtube.com\/", "https:\/\/*.youtube.com\/" ], "icons": { "19": "img\/icon-19.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2 } |