Shorts Deflector
Seamlessly play YouTube Shorts with the normal desktop interface
什麼是Shorts Deflector?
Shorts Deflector是由Attituding開發的Chrome擴展程式,該擴展的主要功能是“Seamlessly play YouTube Shorts with the normal desktop interface”。
擴展截圖
下載Shorts Deflector擴展crx文件
下載Shorts Deflector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Shorts Deflector |
ID | gilmponliddppjjcfjmanmmfgiilikhg |
官方網址 | https://chromewebstore.google.com/detail/shorts-deflector/gilmponliddppjjcfjmanmmfgiilikhg |
簡介 | Seamlessly play YouTube Shorts with the normal desktop interface |
檔案大小 | 24.94 KB |
安裝次數 | 5,375 |
目前版本 | 1.16.2 |
更新時間 | 2024-01-04 |
上架時間 | 2022-04-04 |
評分 | 4.41/5 共 29 次評分 |
開發者 | Attituding |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://attituding.github.io/shorts-deflector |
隱私政策頁面URL | https://attituding.github.io/shorts-deflector/privacy |
支援的語言 | 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" } |