Disable YouTube Shorts ON OFF
Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos
Disable YouTube Shorts ON OFF là gì?
Disable YouTube Shorts ON OFF là một tiện ích mở rộng Chrome được phát triển bởi Youtube Short ON OFF, và tính năng chính của nó là "Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos".
Ả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 Disable YouTube Shorts ON OFF
Tải xuống các tệp mở rộng Disable YouTube Shorts ON OFF 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
YouTube Shorts ON OFF Removes all Shorts from YouTube The YouTube shorts video should be played just like any other video. Playing YouTube Shorts videos on a standard Video is possible using an extension. YouTube Shorts ON OFF YouTube Shorts to Standard Videos YouTube Shorts ON OFF is now enabled by default
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disable YouTube Shorts ON OFF |
ID | pkiligjbdajidpjlikchpofgfjhgecdp |
URL Chính Thức | https://chromewebstore.google.com/detail/disable-youtube-shorts-on/pkiligjbdajidpjlikchpofgfjhgecdp |
Mô tả | Disable YouTube Shorts ON OFF YouTube Shorts to Standard Videos |
Kích Thước Tệp | 66.11 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 3.0.2 |
Cập Nhật Lần Cuối | 2024-01-10 |
Ngày Phát Hành | 2023-11-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Youtube Short ON OFF |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,en-GB,en-US,fr,vi,hi,kn-IN,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "3.0.2", "default_locale": "en_US", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "icon-128.png" }, "action": { "default_icon": "icon-128.png", "default_title": "Disable YouTube Shorts ON OFF" }, "commands": { "_execute_action": { "description": "Switch to normal video URL", "suggested_key": { "default": "Alt+V" } } }, "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "permissions": [ "tabs", "storage" ], "short_name": "Youtube Shorts" } |