No YouTube Shorts
Hides YouTube Shorts and redirects you to the home page if you open a shorts video
No YouTube Shorts là gì?
No YouTube Shorts là một tiện ích mở rộng Chrome được phát triển bởi Diefenbaker Bell, và tính năng chính của nó là "Hides YouTube Shorts and redirects you to the home page if you open a shorts video".
Ả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 No YouTube Shorts
Tải xuống các tệp mở rộng No YouTube Shorts 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
This will hide the navigation button to Shorts, hide the video thumbnails for any Shorts, and redirect you to a page of your choice if you accidentally end up on a Shorts video. Each of these can be individually disabled by clicking the No YouTube Shorts extension icon in the top-right of Google Chrome, and there is also a button to disable the extension for one hour. Feature requests: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Aenhancement Bug reports: https://github.com/sindresorhus/new-github-issue-url/pulls?q=label%3Abug
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No YouTube Shorts |
ID | cankncniogidmgifjpmaooockgomfmmn |
URL Chính Thức | https://chromewebstore.google.com/detail/no-youtube-shorts/cankncniogidmgifjpmaooockgomfmmn |
Mô tả | Hides YouTube Shorts and redirects you to the home page if you open a shorts video |
Kích Thước Tệp | 1.77 MB |
Số Lần Cài Đặt | 363 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-04-08 |
Ngày Phát Hành | 2022-04-07 |
Đánh Giá | 2.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Diefenbaker Bell |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/DiefBell/No-Youtube-Shorts-Extension/tree/main |
URL Trang Trợ Giúp | https://github.com/DiefBell/No-Youtube-Shorts-Extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No YouTube Shorts", "description": "Hides YouTube Shorts and redirects you to the home page if you open a shorts video", "version": "1.0.0", "icons": { "16": "\/icon\/no-yt-shorts-16.png", "32": "\/icon\/no-yt-shorts-32.png", "48": "\/icon\/no-yt-shorts-48.png", "128": "\/icon\/no-yt-shorts-128.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "action": { "default_title": "YT No Shorts", "default_popup": "popup.html", "default_icon": { "16": "\/icon\/no-yt-shorts-16.png", "32": "\/icon\/no-yt-shorts-32.png", "48": "\/icon\/no-yt-shorts-48.png", "128": "\/icon\/no-yt-shorts-128.png" } } } |