Shorts Blocker
Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Cos'è Shorts Blocker?
Shorts Blocker è un'estensione di Chrome sviluppata da Umut Seven, e la sua funzione principale è "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Shorts Blocker
Scarica i file di estensione Shorts Blocker 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
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.
Informazioni di Base sull'Estensione
Nome | Shorts Blocker |
ID | ckagfhpboagdopichicnebandlofghbc |
URL Ufficiale | https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc |
Descrizione | Removes Shorts from the home page, subscriptions page, and the search results in Youtube. |
Dimensione del File | 9.3 KB |
Conteggio Installazioni | 6,000 |
Versione Corrente | 3.2 |
Ultimo Aggiornamento | 2023-11-09 |
Data di Pubblicazione | 2023-05-02 |
Valutazione | 4.38/5 Totale 21 Valutazioni |
Sviluppatore | Umut Seven |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/umutseven92/shorts-blocker |
URL della Pagina di Aiuto | https://github.com/umutseven92/shorts-blocker/issues |
Lingue Supportate | 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\/*" ] } ] } |