Really Hide YouTube Shorts
A very simple plugin to hide all YouTube Shorts. Created by Zero.
Cos'è Really Hide YouTube Shorts?
Really Hide YouTube Shorts è un'estensione di Chrome sviluppata da Zero, e la sua funzione principale è "A very simple plugin to hide all YouTube Shorts. Created by Zero.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Really Hide YouTube Shorts
Scarica i file di estensione Really Hide YouTube Shorts 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
A very simple plugin to hide all YouTube Shorts from the YouTube homepage and recommended pages. Lightweight and can be toggled on/off when needed. Does not collect any data or track any of your actions. Hopefully YouTube will add this as a standard feature, until then I will keep updating the plugin. Any issues, please feel free to contact me on Discord - https://discord.gg/JVhc2TgR4v
Informazioni di Base sull'Estensione
Nome | Really Hide YouTube Shorts |
ID | kjkiajelmfimihhmiggjjcaibjmlbcpf |
URL Ufficiale | https://chromewebstore.google.com/detail/really-hide-youtube-short/kjkiajelmfimihhmiggjjcaibjmlbcpf |
Descrizione | A very simple plugin to hide all YouTube Shorts. Created by Zero. |
Dimensione del File | 188 KB |
Conteggio Installazioni | 264 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2023-08-23 |
Data di Pubblicazione | 2023-08-15 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Zero |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Really Hide YouTube Shorts", "manifest_version": 3, "version": "1.0.3", "description": "A very simple plugin to hide all YouTube Shorts. Created by Zero.", "permissions": [ "storage", "scripting" ], "content_scripts": [ { "js": [ "assets\/content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_title": "Really Hide YouTube Shorts", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "assets\/hide.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon48.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |