Shorts Deflector
Seamlessly play YouTube Shorts with the normal desktop interface
Shorts Deflector là gì?
Shorts Deflector là một tiện ích mở rộng Chrome được phát triển bởi Attituding, và tính năng chính của nó là "Seamlessly play YouTube Shorts with the normal desktop interface".
Ả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 Shorts Deflector
Tải xuống các tệp mở rộng Shorts Deflector 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
Why does clicking on a YouTube Short on a desktop bring up the mobile-optimized interface? With no video scrubbing, harder to access comments, less accessible view count, and more, it makes no sense to use on a desktop. Shorts Deflector is an extension that allows you to seamlessly watch YouTube Shorts with the normal desktop interface. By using several techniques, this extension is super fast; you will barely notice the switch to the desktop viewer. Install now and try it out for yourself! Upon install, the "Read your browsing history" permission may seem alarming, but this permission is only used to detect page updates. Open source at https://github.com/attituding/shorts-deflector Read more at https://attituding.github.io/shorts-deflector
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shorts Deflector |
ID | gilmponliddppjjcfjmanmmfgiilikhg |
URL Chính Thức | https://chromewebstore.google.com/detail/shorts-deflector/gilmponliddppjjcfjmanmmfgiilikhg |
Mô tả | Seamlessly play YouTube Shorts with the normal desktop interface |
Kích Thước Tệp | 24.94 KB |
Số Lần Cài Đặt | 5,375 |
Phiên Bản Hiện Tại | 1.16.2 |
Cập Nhật Lần Cuối | 2024-01-04 |
Ngày Phát Hành | 2022-04-04 |
Đánh Giá | 4.41/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | Attituding |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://attituding.github.io/shorts-deflector |
URL Trang Chính Sách Bảo Mật | https://attituding.github.io/shorts-deflector/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": ".\/index.html", "default_icon": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" } }, "author": "Attituding", "background": { "service_worker": ".\/scripts\/background\/index.js", "type": "module" }, "declarative_net_request": { "rule_resources": [ { "id": "shorts", "enabled": true, "path": ".\/netRequestRule.json" } ] }, "default_locale": "en", "description": "__MSG_extensionDescription__", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "icons": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "manifest_version": 3, "minimum_chrome_version": "102", "name": "Shorts Deflector", "optional_host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "declarativeNetRequestWithHostAccess", "scripting", "storage", "webNavigation" ], "version": "1.16.2" } |