URL Cleaner
Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.
URL Cleaner là gì?
URL Cleaner là một tiện ích mở rộng Chrome được phát triển bởi the_man994, và tính năng chính của nó là "Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist.".
Ả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 URL Cleaner
Tải xuống các tệp mở rộng URL Cleaner 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
When enabled this extension will remove the '&list=...." information from YouTube™ links so that the player only load and plays the clicked video. Too often YouTubers will let the default ordering of playlist with the videos playing in reverse order (newest to oldest, annoying for a web-series) or you simply want to watch a specific video and not everything on someone's channel. Also useful for ChromeCast devices that doesn't detect when you disable Auto-play in a playlist.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | klhajccboaijdbimabocoenlbakipghl |
URL Chính Thức | https://chrome.google.com/webstore/detail/url-cleaner/klhajccboaijdbimabocoenlbakipghl |
Mô tả | Remove unwanted '&list=...' from YouTube™ video links so that only the selected video plays and not the whole default playlist. |
Kích Thước Tệp | 12.97 KB |
Số Lần Cài Đặt | 109 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-08-16 |
Ngày Phát Hành | 2014-08-16 |
Đánh Giá | 4.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | the_man994 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/M4nuski/URL-Cleaner |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Cleaner", "description": "Remove unwanted '&list=...' from YouTube\u2122 video links so that only the selected video plays and not the whole default playlist.", "version": "1.1", "icons": { "16": "YUC_icon16.png", "48": "YUC_icon48.png", "128": "YUC_icon128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/www.youtube.com\/*" ], "browser_action": { "default_icon": "YUC_icon128.png", "default_popup": "YUC_options.html" }, "background": { "scripts": [ "YUC_script.js" ] } } |