YT Auto Load More
Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.
YT Auto Load More là gì?
YT Auto Load More là một tiện ích mở rộng Chrome được phát triển bởi Ricardo Antunes, và tính năng chính của nó là "Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages.".
Ả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 YT Auto Load More
Tải xuống các tệp mở rộng YT Auto Load More 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
A chrome extension to automatically load items on Youtube(tm)'s pages (videos, playlist videos, comments, etc). Click the icon at the upper right to start/pause loading the items. Source code is available at https://github.com/rantunes1/yt-load-more-items
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YT Auto Load More |
ID | illnlopnlfnmdbanolhbjihgeliaakdl |
URL Chính Thức | https://chromewebstore.google.com/detail/yt-auto-load-more/illnlopnlfnmdbanolhbjihgeliaakdl |
Mô tả | Automatically loads more items (comments, videos, playlists, etc.) on YouTube(tm)'s pages. |
Kích Thước Tệp | 22.16 KB |
Số Lần Cài Đặt | 379 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2018-07-10 |
Ngày Phát Hành | 2018-07-10 |
Đánh Giá | 3.44/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | Ricardo Antunes |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/rantunes1/yt-load-more-items/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1.1", "author": "Ricardo Antunes", "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.youtube.com\/embed\/*" ], "js": [ "scripts\/yt-load-more-items.js" ], "css": [ "styles\/yt-load-more-items.css" ] } ], "web_accessible_resources": [ "images\/*.*" ] } |