YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
Qu'est-ce que YouTube: No Shorts, No Community, No Nonsense ?
YouTube: No Shorts, No Community, No Nonsense est une extension Chrome développée par Oh Thomas, et sa fonction principale est "Disables different sections for a more enjoyable experience.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube: No Shorts, No Community, No Nonsense
Téléchargez les fichiers d'extension YouTube: No Shorts, No Community, No Nonsense au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YouTube: No Shorts, No Community, No Nonsense |
ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
URL Officiel | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
Description | Disables different sections for a more enjoyable experience. |
Taille du Fichier | 35.86 KB |
Nombre d'Installations | 39 |
Version Actuelle | 0.6660 |
Dernière Mise à Jour | 2023-11-01 |
Date de Publication | 2023-10-07 |
Développeur | Oh Thomas |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
Langues Prises en Charge | 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" ] } ] } |