Focus Only Youtube
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…
Focus Only Youtube là gì?
Focus Only Youtube là một tiện ích mở rộng Chrome được phát triển bởi yeungtsunw, và tính năng chính của nó là "Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and…".
Ả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 Focus Only Youtube
Tải xuống các tệp mở rộng Focus Only Youtube 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
Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and reroute you to “focus music” after reaching daily video limit
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dmijcnhkoikmggpghahdjdhiahkkneki |
URL Chính Thức | https://chrome.google.com/webstore/detail/focus-only-youtube/dmijcnhkoikmggpghahdjdhiahkkneki |
Mô tả | Tired of wasting hours on YouTube? Now download this to prevent videos from auto-playing, remove YouTube’s recommended videos, and… |
Kích Thước Tệp | 88.09 KB |
Số Lần Cài Đặt | 512 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-09-14 |
Ngày Phát Hành | 2017-09-14 |
Đánh Giá | 3.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | yeungtsunw |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Focus Only Youtube", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.2.1.js", "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabCapture", "tabs", "storage", "desktopCapture", "webNavigation", "activeTab" ] } |