YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
Cos'è YouTube Shorts Remover?
YouTube Shorts Remover è un'estensione di Chrome sviluppata da Laith Alayassa, e la sua funzione principale è "A lightweight extension that removes the youtube shorts button on the sidebar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Shorts Remover
Scarica i file di estensione YouTube Shorts Remover 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
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
Informazioni di Base sull'Estensione
Nome | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
Descrizione | A lightweight extension that removes the youtube shorts button on the sidebar. |
Dimensione del File | 8.4 KB |
Conteggio Installazioni | 934 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2023-11-21 |
Data di Pubblicazione | 2022-07-27 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | Laith Alayassa |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |