Shorts Blocker
Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
¿Qué es Shorts Blocker?
Shorts Blocker es una extensión de Chrome desarrollada por Umut Seven, y su función principal es "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shorts Blocker
Descarga archivos de extensión Shorts Blocker 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
Requirements: Chrome 105 and above Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? Introducing, the Shorts Blocker; a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results. The entire project is open source, with no data collection, no ads, and no tracking.
Información Básica de la Extensión
Nombre | Shorts Blocker |
ID | ckagfhpboagdopichicnebandlofghbc |
URL Oficial | https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc |
Descripción | Removes Shorts from the home page, subscriptions page, and the search results in Youtube. |
Tamaño del Archivo | 9.3 KB |
Cantidad de Instalaciones | 6,000 |
Versión Actual | 3.2 |
Última Actualización | 2023-11-09 |
Fecha de Publicación | 2023-05-02 |
Calificación | 4.38/5 Total de 21 Calificaciones |
Desarrollador | Umut Seven |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/umutseven92/shorts-blocker |
URL de la Página de Ayuda | https://github.com/umutseven92/shorts-blocker/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shorts Blocker", "version": "3.2", "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "css": [ "css\/blocker.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |