Shorts Deflector
Seamlessly play YouTube Shorts with the normal desktop interface
¿Qué es Shorts Deflector?
Shorts Deflector es una extensión de Chrome desarrollada por Attituding, y su función principal es "Seamlessly play YouTube Shorts with the normal desktop interface".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shorts Deflector
Descarga archivos de extensión Shorts Deflector en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Shorts Deflector |
ID | gilmponliddppjjcfjmanmmfgiilikhg |
URL Oficial | https://chromewebstore.google.com/detail/shorts-deflector/gilmponliddppjjcfjmanmmfgiilikhg |
Descripción | Seamlessly play YouTube Shorts with the normal desktop interface |
Tamaño del Archivo | 24.94 KB |
Cantidad de Instalaciones | 5,375 |
Versión Actual | 1.16.2 |
Última Actualización | 2024-01-04 |
Fecha de Publicación | 2022-04-04 |
Calificación | 4.41/5 Total de 29 Calificaciones |
Desarrollador | Attituding |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://attituding.github.io/shorts-deflector |
URL de la Página de Política de Privacidad | https://attituding.github.io/shorts-deflector/privacy |
Idiomas Soportados | 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" } |