ONLY SEARCH BAR for YouTube mobile version
This extension can remove YouTube Contents. This extension is mobile version.
¿Qué es ONLY SEARCH BAR for YouTube mobile version?
ONLY SEARCH BAR for YouTube mobile version es una extensión de Chrome desarrollada por yeh-john, y su función principal es "This extension can remove YouTube Contents. This extension is mobile version.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ONLY SEARCH BAR for YouTube mobile version
Descarga archivos de extensión ONLY SEARCH BAR for YouTube mobile version 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
Don't waste your time on meaningless videos. Spend less time on YouTube. Customize YouTube homepage to be less engaging. This extension hides videos and contents on YouTube homepage and leave search bar on Youtube to be less engaging. Features: ● Remove recommendations videos ● Remove homepage elements ● Remove homepage videos ● Remove homepage contents ● Compatible with the YouTube mobile site. Why should I use this plugin? The YouTube recommendation algorithm optimizes for the most engaging videos,So YouTube will recommend many engaging video However, there are some videos that make no sense. Don't waste your time on meaningless videos. So download ONLY SEARCH BAR for YouTube and remove unwanted YouTube videos as you pleases. Support: Leave a Good Review. Computer version: https://chrome.google.com/webstore/detail/fefhpjjmjihdihemekaamlgadgkhhaeh?authuser=0&hl=en
Información Básica de la Extensión
Nombre | ONLY SEARCH BAR for YouTube mobile version |
ID | fmnchdjkepneijedjjglhmgocneikome |
URL Oficial | https://chromewebstore.google.com/detail/only-search-bar-for-youtu/fmnchdjkepneijedjjglhmgocneikome |
Descripción | This extension can remove YouTube Contents. This extension is mobile version. |
Tamaño del Archivo | 6.87 KB |
Cantidad de Instalaciones | 61 |
Versión Actual | 0.1.0 |
Última Actualización | 2022-10-20 |
Fecha de Publicación | 2022-10-19 |
Desarrollador | yeh-john |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ONLY SEARCH BAR for YouTube mobile version", "description": "This extension can remove YouTube Contents. This extension is mobile version.", "version": "0.1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/m.youtube.com\/" ], "css": [ "script.css" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/m.youtube.com\/" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |