Hide Shorts for YouTube
Disable - Block Shorts for Youtube
Cos'è Hide Shorts for YouTube?
Hide Shorts for YouTube è un'estensione di Chrome sviluppata da ey2y34, e la sua funzione principale è "Disable - Block Shorts for Youtube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide Shorts for YouTube
Scarica i file di estensione Hide Shorts 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
Simple extension to block YT Shorts Block YouTube Shorts effortlessly with this simple browser extension.
Informazioni di Base sull'Estensione
Nome | Hide Shorts for YouTube |
ID | pgeleiggmfnpbanhagnpajcfilnkaghj |
URL Ufficiale | https://chromewebstore.google.com/detail/hide-shorts-for-youtube/pgeleiggmfnpbanhagnpajcfilnkaghj |
Descrizione | Disable - Block Shorts for Youtube |
Dimensione del File | 20.64 KB |
Conteggio Installazioni | 680 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2023-07-31 |
Data di Pubblicazione | 2020-12-02 |
Valutazione | 4.06/5 Totale 32 Valutazioni |
Sviluppatore | ey2y34 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/extensions-privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Shorts for YouTube", "description": "Disable - Block Shorts for Youtube", "version": "1.0.4", "icons": { "128": "icon.png" }, "action": { "default_icon": { "128": "icon.png" }, "default_title": "Remove Youtube Shorts" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "main.css" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |