YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
Cos'è YouTube: No Shorts, No Community, No Nonsense?
YouTube: No Shorts, No Community, No Nonsense è un'estensione di Chrome sviluppata da Oh Thomas, e la sua funzione principale è "Disables different sections for a more enjoyable experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube: No Shorts, No Community, No Nonsense
Scarica i file di estensione YouTube: No Shorts, No Community, No Nonsense 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
Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space. Source code: https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense
Informazioni di Base sull'Estensione
Nome | YouTube: No Shorts, No Community, No Nonsense |
ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
Descrizione | Disables different sections for a more enjoyable experience. |
Dimensione del File | 35.86 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 0.6660 |
Ultimo Aggiornamento | 2023-11-01 |
Data di Pubblicazione | 2023-10-07 |
Sviluppatore | Oh Thomas |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube: No Shorts, No Community, No Nonsense", "description": "Disables different sections for a more enjoyable experience.", "version": "0.6660", "author": "Oh Thomas", "action": { "default_popup": ".\/dsc.html", "default_icon": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "48": ".\/images\/dsc48halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" } }, "icons": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "js": [ ".\/dsc.js" ], "css": [ ".\/dsc.css" ] } ] } |