YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
Wat is YouTube: No Shorts, No Community, No Nonsense?
YouTube: No Shorts, No Community, No Nonsense is een Chrome-extensie ontwikkeld door Oh Thomas, en de belangrijkste functie is "Disables different sections for a more enjoyable experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube: No Shorts, No Community, No Nonsense
Download YouTube: No Shorts, No Community, No Nonsense-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
| Beschrijving | Disables different sections for a more enjoyable experience. |
| Bestandsgrootte | 35.86 KB |
| Aantal Installaties | 39 |
| Huidige Versie | 0.6660 |
| Laatst Bijgewerkt | 2023-11-01 |
| Publicatiedatum | 2023-10-07 |
| Ontwikkelaar | Oh Thomas |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
| Ondersteunde Talen | 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"
]
}
]
} | |