ONLY SEARCH BAR for YouTube
This extension can remove YouTube Contents.
Cos'è ONLY SEARCH BAR for YouTube?
ONLY SEARCH BAR for YouTube è un'estensione di Chrome sviluppata da yeh-john, e la sua funzione principale è "This extension can remove YouTube Contents.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ONLY SEARCH BAR for YouTube
Scarica i file di estensione ONLY SEARCH BAR for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 website. 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 : https://yeh-john.github.io/support Mobile version : https://chrome.google.com/webstore/detail/only-search-bar-for-youtu/fmnchdjkepneijedjjglhmgocneikome?hl=en&authuser=0
Informazioni di Base sull'Estensione
Nome | ONLY SEARCH BAR for YouTube |
ID | fefhpjjmjihdihemekaamlgadgkhhaeh |
URL Ufficiale | https://chrome.google.com/webstore/detail/only-search-bar-for-youtu/fefhpjjmjihdihemekaamlgadgkhhaeh |
Descrizione | This extension can remove YouTube Contents. |
Dimensione del File | 21.36 KB |
Conteggio Installazioni | 623 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2022-11-15 |
Data di Pubblicazione | 2022-09-13 |
Valutazione | 4.85/5 Totale 20 Valutazioni |
Sviluppatore | yeh-john |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ONLY SEARCH BAR for YouTube", "description": "This extension can remove YouTube Contents.", "version": "0.1.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/" ], "css": [ "script.css" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/www.youtube.com\/" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |