Simple YouTube Homepage Search
Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.
Cos'è Simple YouTube Homepage Search?
Simple YouTube Homepage Search è un'estensione di Chrome sviluppata da Agency Enterprise, e la sua funzione principale è "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple YouTube Homepage Search
Scarica i file di estensione Simple YouTube Homepage Search 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
Simple YouTube Homepage Search replaces the youtube home page, with a simple youtube search bar. Get rid of youtube home page distractions, focus on watching what really matters!
Informazioni di Base sull'Estensione
Nome | Simple YouTube Homepage Search |
ID | giegmggpdkknlocmapobmoicgnjinmgi |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-youtube-homepage-s/giegmggpdkknlocmapobmoicgnjinmgi |
Descrizione | Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency. |
Dimensione del File | 15.9 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-02-21 |
Data di Pubblicazione | 2022-02-21 |
Sviluppatore | Agency Enterprise |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ae.studio/random/simple-youtube-homepage-search |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple YouTube Homepage Search", "manifest_version": 3, "version": "1.1", "description": "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |